Hello I am trying to do something but cannot find out the so any hep would be apriciated.
I would like to make a dynamic page from a collection. The page would be list of 10 products and for each product i would like to save and show couple of elements in the list.
So the page would look like this:
On the top some text and picture that is conected to that 10 products(something like category for the 10 products bellow).
And bellow that the list with the 10 products with the details.
Can I use one collection to put all products with their details in it, and then make one more collection that which elemnts cointains the category name, category information and to connect the collection from the products of that category. So for the end I would make Dynamic page using the collection from the category so every time I add an elemnt in the Category collection a new dynamic page will be generated for that category with general information of that category list of the products in that category.
One more thing can you connect and if yes how, certain elements from the collection with with elements from list, for example the 1st element collection with the products, to be the first element in the list. and copy the infrormation from the collection to the list places.
Thanks in advance.