URGENT: Layered Navigation in Product List View is not showing

Layered Navigation (that is by default is showing everywhere in Magento) is not showing in Product List View.

When in Category View it shows OK -- "BROWSE BY" section, but in Product List View there is no such section.

On the links above there are examples from demo on your website.

Please advise on how to enable it.

1 answer

Profile photo of JA Developer 0.00 $tone November 19, 2009
Public

Hi novikdesign,

"BROWSE BY" section is only display in category layout.

To change to, please open app\design\frontend\default\jm_seleni\layout\catal og.xml, at about line 70, find this code:

<block type="catalog/navigation" name="catalog.leftnav" before="-" template="catalog/navigation/left.phtml"/>

and move to line 49:

<block type="catalog/navigation" name="catalog.leftnav" before="-" template="catalog/navigation/left.phtml"/>
<block type="catalog/navigation" name="catalog.topnav" template="catalog/navigation/top.phtml"/>

#1

This question is now closed

Written By

Comments