cancel
Showing results for 
Search instead for 
Did you mean: 

How to edit Sidebar

How to edit Sidebar

Capture.JPG

 

Hello, I'm a beginner in Magento.
I have a question about editing the sidebar.
I'm looking for how to edit the red circle section in the picture above.
I checked csm static blocks but there was nothing except footer.
Anyone can help?

1 REPLY 1

Re: How to edit Sidebar

It looks like you've bought a theme for Magento, so it's customized solution. Further, that sidebar is called "layered navigation," and in general, there is no easy way to manipulate with it. It's generated from a couple of PHP classes and phtml templates which serve for rendering the different type of attributes (category, price...).

 

Those "files" affects layered navigation in Vanilla Magento:

app/code/core/Mage/Catalog/Block/Layer/*

app/code/core/Mage/Catalog/Model/Layer/*

app/code/design/base/default/template/catalog/layer/*

app/code/design/rwd/default/template/catalog/layer/*

 

Since you're probably using customized solution, it may differ for you.

If this response was helpful to you, consider giving kudos to this post.
If this response solved your problem, click accept as solution to help others solve this issue