cancel
Showing results for 
Search instead for 
Did you mean: 

Hide / Remove Category Menu in side bar

Hide / Remove Category Menu in side bar

Hi, I'm looking to remove the display of categories in the layered menu on the laft hand side of a category / product page.

 

How would I go about this?

 

Thanks, Dan

1 REPLY 1

Re: Hide / Remove Category Menu in side bar

 Hi @distributedsav,



You can remove that block by using the following XML:

<default>
    <reference name="left">
          <remove name="catalog.leftnav">
    </reference>
</default>

 

Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.