Hi! I'm working on a cars store website. In the front page of the store I have a filter and pagination area to filter the cars by make and model. This is a taxonomy filter, and I built this taxonomy hierarchically, setting models depending of the make of the car. Now the filter shows a unique select with all the makes and models in the database, I have almost 1000 cars and it's not much usable. Is it possible to create two conditional selects, one for makes and when you select a make, the other select shows only the models of that make?
Is there a similar example that we can see? Yes, you can check hidden link in the top filter toolbar
Hello. Thank you for contacting the Toolset support.
It's possible but not using the taxonomy filter but you will have to configure the make and model using post type and create a one to many post relationship betweeen make and model.
Thank you Minesh, is there a tutorial with more detail on how to do it step by step?. I remember a Toolset video showing something similar with a gym site or a real state example. Thanks again
Thanks Minesh, I am going to check the documentation and make a diagram of how the new post types and the relationships between them would look like. If you don't mind, before I start creating anything, when I have the diagram I will see it with you so you can validate it, is it possible? thanks.