0

我想将块“Amasty 改进的分层导航”放在产品列表页面中,正好在工具栏和列表本身之间,但是我尝试更改 phtml 和 xml 文件的努力,我没有成功。有谁知道该怎么做?谢谢 ligrex

4

1 回答 1

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到所需的值。

于 2014-05-24T15:12:05.117 回答