Hi, I am currently working on a school project for school and my task is to create a fictional website for a phone repair company. However, displaying repair prices individually is a task that takes too long.
What I want to add is a so called “filter” system that displays repair prices very easily.
Here is the concept:
Phone Brand > Phone Model > Type of Repair > Display Price
This is the example of the filter system i want to create.
Its not really to filter items on the page itself. Its basically choosing what repair you like, than the website displays a price after everything is chosen in a square box (so it doesnt clutter the website.)
(Translating the screenshot)(Choose your brand > Choose your model > Choose your repair > and than it displays the price.)
So you could still utilize the same principal as the example I shared as you would then just filter out the information;
As mentioned in the video, to add validation to the dropdowns so the model dropdown only pulls from appropriate brands, you might need to create this with code.