Hi. I have made a site using listinghive. Im almost at the end, but i have some problems. When i go to add new listing then choose category cars, and then i have a lot of attributes. I have BRAND and its dropdown menu with all car brands from a to z. And i have next attribute MODEL. I would like when i choose in BRAND for example AUDI i will in MODEL only see A1 A2 A3 etc etc so is there any solution for that? Or something else… please help
Hi,
In the current version creating two dependent Select fields is not possible unless one of them is the listing category. If you already created a single Select attribute for the Make/Model with hierarchical options (the one on your screenshot seems to be ok, it lists makes as parent options and models as child options, so it’s not possible to select BMW > Logan.
To display both values, please try this display format: %parent_value% %value%
. Then selecting Toyota > Corolla will just display Toyota Corolla on the listing page.
It worked perfectly, thanks
Once again thanks, but i need to ask one more thing… for example Brand Audi then model A1 A3 A5 when i choose A1 at the end I get Audi A1, which is perfect but when i have for example BMW(main parent) then Series1(child to Bmw, but parent to models) then 118D 120D(child to Bmw and to Series1). So i need it to look like this but when i choose 118D i get at the end Series 1 118D. Is there some solution to say something like whene there is two parent always choose the first(main) to display, so i will see Bmw 118D instead of series1 118D. Thanks
and one more thing… sorry if im boring… when i open that dropdown menu with all cars, i also have search to type, but for example when i type Audi i only see Audi i dont see the models of it…
Hi,
Unfortunately, there’s no such feature; it would require a custom implementation.
But thanks for the suggestion; we will consider it and try to improve the functionality.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.
I’m making a car dealer site like many other users here.
I see we can’t create a dependency with 2 attributes (Make/model), so i created “Make” as a select field and i made it filterable as a select field.
When i try to create the attribute “Model” as a “text field” and making it filterable as a “select field”, it doesn’t work and show nothing in the drop-down menu of the filter.
Hi,
Please check the solution in this topic.
Thanks for reply, i watched and tried before posting, unfortunately making a Make/Model with hierarchical options makes the search select field too long if you have many items, like car makes&models.
What about my issue? Why i can’t use a “text field” and then search it in filter as a “select field”? Is there a fix?
Hi,
Please note that unfortunately, this is not possible to configure, because in the WordPress database these attributes will be both selectable and not selectable, and they are stored differently. You can only use them vice versa, for example, in the Editable section, choose the select type, and in the Search section, the text type. Also, if you urgently need the first option, i.e. text and select, then this will require advanced customization.