我的自定义商家信息中未显示分层导航。 New products
或All 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);
请指导我如何为自定义产品列表显示分层导航。