1

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.

Bob
  • 8,392
  • 12
  • 55
  • 96
  • Please explain what you tried? – Elby Nov 07 '12 at 12:19
  • We need more details of what you are looking for please. – George Nov 07 '12 at 12:20
  • I know there is an multiselect plugin, but I don't want multiselect. I just want to see all price filters all the time. I was searching for filters list in xml, but can't find it. – Bob Nov 07 '12 at 12:20

2 Answers2

1

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

Community
  • 1
  • 1
McNab
  • 6,767
  • 4
  • 35
  • 55
  • this is the solution for Multiselect. I just need single select, but all options visible all the time – Bob Nov 07 '12 at 13:19
  • @LouisBataillard - thanks, it's actually a terrible answer (from my early days of SO!) but I've updated it a bit anyway, might as well keep it here. Cheers. – McNab Jun 01 '16 at 09:45
1

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..

Bob
  • 8,392
  • 12
  • 55
  • 96