Magentoのホームページでこの回答の静的ブロックを見ましたが、機能させることができません。
ホームページにカスタムブロックを追加しようとしています。これらは私がしたことです:
1-これをレイアウトファイルに追加します。
<cms_index_index>
<reference name="content">
<block type="aitshopassist/assistant" name="aitshopassist_assistant" template="aitshopassist/assistant.phtml">
<action method="setBlockId"><block_id>shop_assistant_block</block_id>
</action>
</block>
</reference>
</cms_index_index>
2-これを2columns-right.phtmlファイルに追加しました:
<?php echo $this->getChildHtml('shop_assistant_block') ?>
また、ブロックはcatalog_category_viewに正しく表示されます。
私は何が欠けていますか?
<catalog_category_view>
<reference name="content">
<block type="aitshopassist/assistant" name="aitshopassist_assistant" template="aitshopassist/assistant.phtml" before="category.products" />
</reference>
</catalog_category_view>
cms_index_indexでこれを試しましたが、機能しませんでした。