Hi,
On your motorcycle demo on home page you have a filter that uses attributes in order to filter out products.
I want this filters to work as the ones on product page with AND logic.
So when someone selects the first filter in the second will be shown only the attribute values that apply to the first selection.
For example on this page https://woodmart.xtemos.com/shop/demo/motorcycle/?demo=motorcycle
If you select the the color brown https://woodmart.xtemos.com/shop/demo/motorcycle/?filter_color=brown&demo=motorcycle
only 7 brands will be available, because it has and AND logic.
Is it possible to add the same functionality to the home page filters?
If yes how?
Thank you!
PS. It already has AND logic but it shows all the values of the second and third filter option, even if you select a value in the first one. So I want the values in the second filter option to be shown accordingly to the first option. How is this possible?