NikZh / magento2-multiple-layered-navigation

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

Not work for Magento 2.2.0 #9

Closed gizmocn closed 6 years ago

gizmocn commented 6 years ago

I found it is not work for newest Magento 2.2.0, any suggest?

NikZh commented 6 years ago

Fixed at last version

gizmocn commented 6 years ago

Thanks for prompt response, I just tested it and it is work for attribute, all attribute is showed with correct item number. It seem two plugins is missing, Niks\LayeredNavigation\Plugin\Preprocessor and Niks\LayeredNavigation\Plugin\CategoryAggregation.

NikZh commented 6 years ago

those plugins are there https://github.com/NikZh/magento2-multiple-layered-navigation/tree/master/Plugin, maybe you need to start di compilation

gizmocn commented 6 years ago

Got it, now the module is working for Magento 2.2.0 without problem, thanks.

I will close this issue.