Quantcast
Viewing all articles
Browse latest Browse all 23

I’m working on filters in magento and filters from left category are also displayed in our left side home menu

and so i was modifying code in catalog.xml as below
<catalog_category_layered translate=”label”>
<label>Catalog Category (Anchor)</label>
<reference name=”left”>
    <block type=”catalog/layer_view” name=”catalog.leftnav” after=”currency” template=”catalog/layer/view.phtml”/>
</reference>
</catalog_category_default>

<catalog_category_default translate=”label”>
<label>Catalog Category (Non-Anchor)</label>
<reference name=”left”>
<!–  <block type=”catalog/navigation” name=”catalog.leftnav” after=”currency” template=”catalog/navigation/left.phtml”/>–>
 <block type=”catalog/layer_view” name=”catalog.leftnav” after=”currency” template=”catalog/layer/view.phtml”/>
</reference>
</catalog_category_default>

I wish to add filter level left side of our template home.phtml nevertheless it’s no longer working. I also included block within home.phtml admin content management systems design but it is no longer working so anyone please tell So what can I actually do, I would appreciate your help.

The post I’m working on filters in magento and filters from left category are also displayed in our left side home menu appeared first on Magento Expert.


Viewing all articles
Browse latest Browse all 23

Trending Articles