Database with Filter for prize, manufacturer etc.
Permalink
Hi
I have a online-bbq-portal in switzerland and I list all the grills that one can buy in my country here:http://grillzeit.ch/grill-hersteller-modelle/gasgrills/...
Now, I would like to integrate all models in a database and make it possible for users to filter by the following:
Gas or Charcole
Price
Manufacturer
Is there a Plugin or will I have to have it programmed? How is such a tool called?
Thanks for your help on this.
Cheers from Switzerland!
Christian
I have a online-bbq-portal in switzerland and I list all the grills that one can buy in my country here:http://grillzeit.ch/grill-hersteller-modelle/gasgrills/...
Now, I would like to integrate all models in a database and make it possible for users to filter by the following:
Gas or Charcole
Price
Manufacturer
Is there a Plugin or will I have to have it programmed? How is such a tool called?
Thanks for your help on this.
Cheers from Switzerland!
Christian
Other than that, the usual way to do things like what you want on concrete5 is to make each item a page and handle the sorting, filtering and searching using page lists. You would create a page type with attributes for each of the properties you want to sort or search on and use that for each item. A good addon for managing such page types is 'Best Suite Core'.
If you want to avoid duplicate data entry and pull the attributes into the page text, my Magic Data addon can make it much quicker to roll out such pages. You could also use my Uber List addon for listing and filtering and for formatting lists if the regular page list or similar addons are not suited to your listing and display requirements.