NikZh / magento2-multiple-layered-navigation

Category filters with multiple select for Magento 2
69 stars 39 forks source link

Price Multiselct #7

Closed vishaltajpara closed 6 years ago

vishaltajpara commented 7 years ago

Hello,

I have install this module, Custom attribute working multi select perfectly. But Price and Category multi select not working.

nilarocks commented 6 years ago

Same here. price Filter not working with multiple select

NikZh commented 6 years ago

Just enable price slider in admin panel for price range

nilarocks commented 6 years ago

But i do not want to Price slider. I want to same as magento default for price Also Multiple category not working. Data Show correct but Total Items and pagination wrong.Here, Price filter generate wrong url. Look Below.

With Extension: For Single Price Url: https://www.xyz.com/category.html?Price=-100
For Multiple Price Url: https://www.xyz.com/category.html?price=-100_40-50 ->Give all data under -100 price.

Magento Defualt For Single Price Url: https://www.xyz.com/category.html?price=-100
For Multiple Price Url: https://www.xyz.com/category.html?price=40-50%2C-100 ->Give only those data who under price 40-50

how can i remove price from code from extension?

NikZh commented 6 years ago

Fixed in 0.1.3