Question:
Hello,
I would like to ask, if I have many collections on the CMS, for example: Toys, Cars, Beauty, how can I create an “All Items” page to display ALL the collections?
Product:
Wix Studio Editor
What are you trying to achieve:
I am trying to create an Items page where I can display all the collections I have on my CMS in one page
What have you already tried:
I have tried to create a collection and tried to merge other collections, but did not find any option to do so.
DYNAMIC-DATASETS can be connected to 1x - DATABASE at same time.
A list-page generated by a dynamic-datasaet won’t resolve your issue.
You will have to code it.
To generate a LIST-PAGE for all collections using DATASETs you would have to do it using ordinary datasets + repeaters.
Repeater will show database-items in a list-view (table).
Using several datasets connected to each of repeaters → you will get the overview over all database-items.
But this will be a Overview-page, which will show several separated REPEATERS.
If you want to give the USER a LIST with a complete list-overview (including all items from all your selected databases, in just one REPEATER), you will have to use CODE and CONCATENATE data from all chosen DATABASES and pushing the result-data to your repeater by code (data-pre-manipulation)