Last active
July 12, 2017 17:55
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!-- 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