I have a collection of products
I need to add the items one by one to
four different static pages.
Reason is the products change from time to time
and I wanted to have the product in a collection
so when its changes it will up date on all four pages.
What I am seeing is I will need to create a separate collection
for each product… Which is possible to do but not sure if that
is the smart way to do it.
Any suggestions I have 37 products that are menu Items
for a menu at 4 different restaurants… But not every restaurant
carries the exact same items. So thats where im having some issues
right not there are 4 separate pages and the text and photos
are manually placed on each page, but when they have a price
change I have to go to each page to each item and change it.
Conditional Visibility - an excellent choice to use here! You can find it in the Settings tab of a dynamic element.
I would suggest maybe adding a field into the product collection that includes the location of the restaurants the product is available at.
Hope this helps!
Update:
Create 1 Collection of Products. This also creates what is called a ‘dynamic page’ for that collection.
Create 4 pages (each being the different restaurant locations). You could then include a dynamic list on these ‘static pages’ (i.e. a regular page), and set conditional visibility of the list to be set at “Name Equals [location name]”, and voila!
That should be easier I think - AND since most of the content can be created before dropping in a dynamic list element, you could save the page as a Symbol for use on the 3 other pages you gotta make.
OK, Thank you for your answer
I agree that is the way to do it…
But my skill level is so low at this point.
trying
to search webflows help videos for any
information on how that is done.