搜索页magento1.6上的“Shop By”功能

时间:2012-05-07 07:16:09

标签: php magento magento-1.6

我想仅在搜索结果页和标记的搜索页中显示“shop by”功能。我正在使用2Column-left布局。我编辑了像

这样的tag.xml
<reference name="left">
         <block type="catalog/layer_view" name="catalog.leftnav" before="catalog.compare.sidebar" template="catalog/layer/view.phtml"/>

</reference> 

但它到处都显示!!如何仅针对搜索结果和标记搜索自定义此内容?

2 个答案:

答案 0 :(得分:1)

你把它放在正确的标签里面了吗?例如:

<catalogsearch_result_index>

您是否也将它从其他任何地方删除?在catalog.xml例如?或者像

这样的东西
<remove name="catalog.leftnav" />

你还尝试了什么?

答案 1 :(得分:0)

在catalog.xml和catalogsearch.xml中,删除如bellow应该修复的指令:

    <reference name="left">
        <block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
    </reference>

您必须清除magento缓存才能产生编辑效果。