Im trying to make a catalog to showcase our client’s product. So there is a category (which I make into Tabs), and inside the tabs, there are the products. When the product is clicked, it shows this pop-up modal which includes standard things that you would see in the normal Detail Product Pop-up (Image Slider, Tag, Name, Desc). So far everything works perfectly until I realize I cannot show the images from “More Images” section. It only allows me to get the images from “Main Images”. Really need help on this one, thanks!
I’m guessing you’re referring to the plants section, which is connected to the ECom Products collection.
For the most part, that special Products collection works like a regular collection, and follows similar rules. To get content from the More images multi-image field, you need to nest a collection list within your product-bound collection list.
Nested collection lists are limited- only one per page, and only 5 nested items will be shown.
Best practice is to use that list as a teaser, and then on the main product page, that collection list won’t need to be nested, and you can show all 25 more images.
Ok really thank you for your reply, I will try to learn and apply this method. Also, I’m new to Webflow (this is my first project), is it okay to ask you through this thread again if I’m having issues/problems regarding this feature? thanks again!