我想在产品列表页面中放置“Amasty Improved Layered Navigation”块,正好在工具栏和列表本身之间,但是我尝试更改phtml和xml文件有多难,但我没有成功。有谁有任何想法怎么办? 谢谢 ligrex
答案 0 :(得分:0)
在布局标记之间添加以下local.xml或page.xml:
<catalog_category_view>
<reference name="product_list">
<block type="core/template" name="amasty.block.name" template="path/to/amasty_template.phtml" after="product_list_toolbar"/>
</reference>
</catalog_category_view>
将name
和template
更改为所需的值。