Magento 1.9:Amasty改进了产品列表页面中的分层导航位置

时间:2014-05-24 14:20:03

标签: xml magento navigation layered

我想在产品列表页面中放置“Amasty Improved Layered Navigation”块,正好在工具栏和列表本身之间,但是我尝试更改phtml和xml文件有多难,但我没有成功。有谁有任何想法怎么办? 谢谢 ligrex

1 个答案:

答案 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>

nametemplate更改为所需的值。