Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/xml/15.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Xml Magento 1.9:Amasty改进了产品列表页面中的分层导航位置_Xml_Magento_Navigation_Layered - Fatal编程技术网

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

Xml Magento 1.9:Amasty改进了产品列表页面中的分层导航位置,xml,magento,navigation,layered,Xml,Magento,Navigation,Layered,我想在产品列表页面中放置block-Amasty改进的分层导航,正好在工具栏和列表本身之间,但是我尝试更改phtml和xml文件的努力,没有成功。有人知道怎么做吗? 谢谢 ligrex在布局标记之间的local.xml或page.xml中添加以下内容: <catalog_category_view> <reference name="product_list"> <block type="core/template" name="amasty

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

在布局标记之间的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>

将名称和模板更改为所需值。

在类别页面或产品详细信息页面的顶部?类别页面。就在带有排序命令的工具栏和产品列表之间…嗨,杰拉德,谢谢。我试过了,但没用。我的实现有什么问题吗?所有两列布局页左列页/2列-Left.phtml 1