我们做了一个葡萄酒网店: http: //www.christianwinecellars.com/nl/assortiment/ 问题是最后查看的产品只出现在具有子类别的类别的右栏中。因此,当您查看产品时,它会出现在法国的 /assortiment/ en 上。
这就是它在 local.xml 中的完成方式
<catalog_category_layered>
<update handle="page_two_columns_left" />
<reference name="right">
<action method="unsetChild"><name>right.reports.product.viewed</name></action>
</reference>
<reference name="left">
<action method="unsetChild"><name>currency</name></action>
<action method="unsetChild"><name>catalog.leftnav</name></action>
<block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml"/>
<block type="reports/product_viewed" name="right.reports.product.viewed" template="reports/product_viewed.phtml" />
</reference>
</catalog_category_layered>
有谁知道为什么这不会出现在每个类别中?所有类别都是分层的(是锚点)。