Skip to content

Instantly share code, notes, and snippets.

@oreales
Created July 23, 2014 12:08
Show Gist options
  • Save oreales/d47a6436d55e6a7bd525 to your computer and use it in GitHub Desktop.
Save oreales/d47a6436d55e6a7bd525 to your computer and use it in GitHub Desktop.
Quitar filtro de categoria en Layered Navigation Magento
<!-- 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