Skip Navigation

[Resolved] What is best way to structure car dealership inventory using Toolset? Taxonomy..

The Toolset Community Forum is closed, for technical support questions, please head on to our Toolset Professional Support (for paid clients), with any pre-sale or admin question please contact us here.
This support ticket is created 8 years, 1 month ago. There's a good chance that you are reading advice that it now obsolete.
This is the community support forum for Types plugin, which is part of Toolset. Toolset is a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients and people who registered for Types community support can post in it.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Hong_Kong (GMT+08:00)

This topic contains 1 reply, has 2 voices.

Last updated by Luo Yang 8 years, 1 month ago.

Assisted by: Luo Yang.

Author
Posts
#444612

I am trying to: Convert the following website to WordPress:
hidden link

I am trying to create a car inventory system. I need to be able to filter the cars based on Make, Model, Year, Price Range, Transmission, Fuel Type, and Mileage as you see in the search form. Also click on the Browse page and notice how you are able to filter the page by Category(body style), Make, etc.

What is the best way to setup this exact system but within WordPress with Toolset Types?

Currently I have created a custom post type name Vehicle Listings. Then I created a custom taxonomy under Vehicle Listings called Makes. I then manually added 32 different Makes. Am I moving in the right direction? If not please let me know.

So I assume now, for each listing, the way to select the manufacturer would be to checkmark the box next to the Make name, listed in the box on right hand side?

So, now how do I go about selecting the Model? Obviously I dont want to create a list of thousands of models to scroll through, so what is the best way to create a select field or something of the sort to select the Model you want, while only being associated with the Make I selected with a checkmark on the right hand side?

Example:

Audi Make checked
SELECT - Populate Audi models only

BMW Make checked
SELECT - Populate BMW models only

Keeping in my, whichever model I select, I need to be filterable within the database so that it can be filtered on the front end.

I have looked at some previous threads on this site, but I think I got lost somewhat. I think I just need a little direction in how to properly set everything up so that cars can be properly filtered on the front end just as you see here:
hidden link

Any help would be greatly appreciated!

#445085

Dear preston,

I think you are in the right direction. here is my suggestions:
1) You will need to setup some custom taxonomies and custom fields for "Model", "Transmission", "Price"...
Adding Custom Fields to WordPress using Toolset Plugins
https://toolset.com/documentation/user-guides/using-custom-fields/
WordPress Custom Taxonomies
https://toolset.com/documentation/user-guides/creating-wordpress-custom-taxonomy-archives/

2) follow our document to setup the search form:
Building Custom Searches for Any Content Type
https://toolset.com/documentation/user-guides/front-page-filters/

3) for the question:
what is the best way to create a select field or something of the sort to select the Model you want

Please try the Views feature:
Limiting Filter Inputs According to Available Results
https://toolset.com/documentation/user-guides/front-page-filters/advanced-settings-custom-search/

The forum ‘Types Community Support’ is closed to new topics and replies.