私はmagentoの新しい学習者です.今、学ぶために、カテゴリリストページにいくつかのコンテンツを追加したい.
1.add.phtml という名前のファイルを追加します。このファイルに<h1>example test</h1>
.(base\default\template\catalog\product\add.phtml)
2、\base\default\layout\catalog.xml
私は以下を追加しました
<action method="addPagerLimit" translate="label"><mode>list</mode><limit>all</limit><label>All</label></action>
-->
</block>
<block type="catalog/product_blog" name="add" template="catalog/product/add.phtml"/>
下
<!--
Category default layout
-->
部。
なぜカテゴリーページにshow example testがないのですか?