Skip to content

Instantly share code, notes, and snippets.

@ravixp
Last active July 12, 2017 17:55
Show Gist options
  • Select an option

  • Save ravixp/ff0b82975752f78c1057126c106f5b7d to your computer and use it in GitHub Desktop.

Select an option

Save ravixp/ff0b82975752f78c1057126c106f5b7d to your computer and use it in GitHub Desktop.
Magento 1: Remove the category filter on the layered navigation category page on local XML
<!-- Category Layered Starts-->
<catalog_category_layered>
<reference name="catalog.leftnav">
<action method="unsetChild"><alias>category_filter</alias></action>
</reference>
</catalog_category_layered>
<!-- Category Layered Ends-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment