Unset Categories from Layered Navigation in Magento


/ Published in: XML
Save to your folder(s)

update your catalog.xml in your app/design/default/THEMENAME/layout/catalog.xml with this XML definition to remove the category filters from the left-layered navigation in Magento.


Copy this code and paste it in your HTML
  1. <reference name="catalog.leftnav">
  2. <action method="unsetChild"><alias>category_filter</alias></action>
  3. </reference>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.