Skip to content

Instantly share code, notes, and snippets.

@ivandoric
Created April 23, 2014 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ivandoric/11212247 to your computer and use it in GitHub Desktop.
Save ivandoric/11212247 to your computer and use it in GitHub Desktop.
magento: Remove category filter
<?php //Add this to your local.xml - removes category filter from sideabar. ?>
<catalog_category_layered>
<block type="catalog/layer_view" name="catalog.leftnav" after="currency" template="catalog/layer/view.phtml">
<action method="unsetChild"><child>category_filter</child></action>
</block>
</catalog_category_layered>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment