Created
July 23, 2014 12:08
-
-
Save oreales/d47a6436d55e6a7bd525 to your computer and use it in GitHub Desktop.
Quitar filtro de categoria en Layered Navigation Magento
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
<!-- añadir esto al local.xml para quitar la categoría de los filtros de layered navigation --> | |
<catalog_category_layered> | |
<reference name="catalog.leftnav"> | |
<action method="unsetChild"><child>category_filter</child></action> | |
</reference> | |
</catalog_category_layered> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment