Hi, I have data set with column ‘type’. There is dynamic page that related with this data set and column ‘type’. But I have no idea, hot to make dynamic menu for this type? So, I want a menu for ‘type’ and when I click on item from menu, dynamic page for ‘type’ should be opened. Could you please clarify how can I do this? Thanks
Your question is not clear enough. Please elaborate + add mock-up screens to make it clearer.
I will create detail explanation with images tommorow. Should I create new topic or I can ask here?
You can ask here.
I hope I created good example. (the order of the pictures corresponds to the order of the questions)
- I created example of data base(my real data base will contains about 30-40 field with additional information, but this example contains main idea). You can look at ‘data base.png’
Could you please clarify next steps:
- I want to make navigation through ‘Category’ field, look at ‘main menu.png’ example. I have main menu in my header, and when user click on menu item ‘магазин’, drop down with ‘Category’ field is opened.
- When user selected item menu from number 2 above, page with selected category is opened. Look at SubCategory list.png where user selected ‘cheap’ category. This page contain list of sub category related to selected category. As you can see there is no ‘Frozen’ subcategory(we have it in data base), because there is no ‘Frozen’ sub category in ‘cheap’ category’.
- User can navigate throuhg these sub categories. Look at ‘SubCategory Names List.png’. For example user selected ‘hot’ sub category. According to selected steps in 2 and 3, ‘SubCategory Names List.png’ contains of ‘Name1’ and ‘Name3’. There is no ‘Name4’ because selected category was ‘cheap’.
- User can select ‘Name1’ or ‘Name3’ and page with full description will be opened. Look at ‘Name with description.png’
I will have about 40000 items in my data base with a lot of category and sub category, so all these content generation should be dynamicly.
You can’t do it with the menu app (i.e. the ready-made menu provided by Wix).
But you can create a menu of your own and then you can accomplish it using code.
You should read theses info first:
https://support.wix.com/en/article/dynamic-page-example
Hello Nikita,
for your project you will need to know,…
- …how to read-out data from a column in a data-collection,
- …and put the result into a drop-down-menue (how to populate a drop-down?)
- …and you will have to use filter,function, to filter out the right data of foundet data in data-collection.
As i can see, J.D. has already gave you some stuff to lern.
Try also alwasy to take a look into the “corvid-API-reference”, there you will find a lot of solutions.
DOBROGO DNYA!