Bob
Bob

Reputation: 8714

Show price layered navigation after selecting price filter

I would like to show price filter option after selecting price filter already. So, I would like to keep all price filters, even if price filter is already selected. Is this possible?

magento uses the layered navigation system where when u filter a category with something say price, all the other possible selection in the price disappears in that filter, so if you want to pick another price range, you have to go back to the previous page or deselect the filter.

Upvotes: 1

Views: 3411

Answers (2)

McNab
McNab

Reputation: 6777

This answer links to a popular Free module which accomplishes what you are after and has been updated to the latest version of CE;

How to make Magento not hide layered navigation filters?

Here is the link;

https://www.magentocommerce.com/magento-connect/multiple-select-in-layered-navigation-filters.html

Upvotes: 1

Bob
Bob

Reputation: 8714

I did this using php sessions and writing a custom functionality to filter.phtml. I set sessions with filter name which includes url and title, and wrote if session is set, then write it. So I literally manually created all links, when one filter is selected. Hope this will help someone..

Upvotes: 1

Related Questions