このブロックの前後に出力する必要がある 2 つの新しいブロックを作成しました。
<block type="catalog/product_view" name="product.info.addtocart" as="addtocart" template="catalog/product/view/addtocart.phtml"/>
これを行うために、レイアウトを更新する新しいモジュールを作成しました。参照された XML ファイルには、次のように記載されています。
<catalog_product_view>
<reference name="product.info">
<block type="disablecartonlogout/output" name="disablecartonlogout.outputbefore" as="whatever" before="product.info.addtocart" template="disablecartonlogout/product-options-bottom-before.phtml" />
<block type="disablecartonlogout/output" name="disablecartonlogout.outputafter" as="whatever" after="product.info.addtocart" template="disablecartonlogout/product-options-bottom-after.phtml" />
</reference>
</catalog_product_view>
出力がありません。「コンテンツ」への参照を変更すると、ブロックは出力されますが、間違った位置にあります。
私が間違っていることを教えてもらえますか?