I have a product that can be mounted in several different motorcycles and I want to create some filters to choose the correct.
I want to create 3 filters. Brand, Model and Year but I do not know how to make one depends on another.
For example I have 2 brands: Honda and Yamaha, Two honda models (CB & CBR),two yamaha models (YZ &YZF) and two products: A (suitable for Honda CB) and B (suitable for Yamaha YZF).
In the front end I should have a brand filter. When you choose Honda should be able to choose Honda models and when you choose Yamaha you should be able to choose yamaha models. The same with the year, and when you have chosen brand, model and year you can see the correct product for your bike.
I tried to do it using filters but I always can choose all the models (honda and yamaha) and I want to show the models depending on the chosen brand.
Is this possible?