我想从左侧属性导航中删除Category,并将其添加到产品列表视图上方。
我已经使用local.xml从catalog.leftnav取消了它,如下所示:
<layout>
<catalog_category_layered>
<reference name="catalog.leftnav">
<action method="unsetChild"><alias>category_filter</alias></action>
</reference>
</catalog_category_layered>
</layout>
但我对如何将其重新置于产品之上感到非常难过。一旦我这样做......我不太确定生成类别列表的代码在哪里运行。换句话说,我可以编辑它以包含$ cat-&gt; getImageUrl()等我的缩略图。
有什么想法吗?
答案 0 :(得分:0)
现在从左侧移除后,您应该添加到内容区域,使用before
/ after
调整其位置。
<catalog_category_layered>
<reference name="content">
<block type="catalog/layer_view" name="catalog.leftnav" before="category.products" template="catalog/layer/view.phtml">
</reference>
</catalog_category_layered>