Need help Custom product galleries at Product Page?

Hi everyone !

I’m working on a wix store and I need to add specific product galleries st the product page.I want to show more items of the same collection ,as Well as galleries of collections that I select .

The problem is that on Wix Stores,the product page is the same for all the products ,so if I had a extra towel collection gallery,it’ll show for every product…
i know there’s related products but that’s not a solution,I need to select which products show for the product pages I want.
How can I do that? With coding maybe?

I’m attaching a screenshot of a non Wix Website so you get an idea.
would really appreciate any insight !

thanks !

Hello, @paulo

This can certainly be achieved by coding. But you could also do that with some smart use of collection for instance having a collection that list all the feature product for one “Store collection” (that would be a manual selection).

If you need more help I would advice to look into Corvid forum and online tutorials :slight_smile:

Hi @plomteuxquentin

Thanks for the reply,I did try what you said,the problem is the product page is the same for all products,so if I add a featured "towels gallery ",it’s going to show up for all product pages.

I need when people choose a towel ,they see all the other towels,or if it’s a mattress,it shows all the mattress and other items choose.

how can I do that ? Thanks!
will check out corvid forum as well .

Yeah, This is a bit complex to answer but the idea is.

  1. On a product page, retrieve the current product.

  2. Look up the product in your relatedProducts database.

  3. Display the product you found in the relatedProducts.

Therefore the related Products will change depending on the product you are viewing.

I would advice you to learn how to work with collection and collection references

Looks like a great solution ,will check it out, thanks!