在magento中定制产品集合的分层导航

时间:2014-07-23 08:10:55

标签: magento

我的自定义商家信息中未显示分层导航。 New productsAll Products列表不允许分层导航,即使我尝试更改layout.xml

<reference name="left">
<block type="catalog/layer_view" name="catalog.leftnav" as="mynav2" before="-" template="catalog/layer/view.phtml"/>    
</reference>

它也不能使用以下代码

Mage::getSingleton('catalog/product_status')->addVisibleFilterToCollection($collection);

Mage::getSingleton('catalog/product_visibility')->addVisibleInCatalogFilterToCollection($collection);

请指导我如何为自定义产品列表显示分层导航。

0 个答案:

没有答案