I’m currently working on a Shopify project and I need to add color swatches
on the product pages. I already did it in other projects using the product variants
. But in this case the colors are different products. I found some examples on shopify:
In those examples when you click on a color you want, it changes the page. In the code it’s a simple html link to the other products.
These brands are maybe using an app but I’m not sure.
Thanks.
2
Answers
I did some test and I came up with an idea. I still need to work on it but I think maybe it could be a solution.
I am using tags to linked the products together. I need to test with more product how it's working but it could be a good start.
I did that with an App for a swim suit company. Due to the way their navigation worked, it was clear they had a product per color. Not a color per variant. The App I provided them was for curated links. So they could connect all the same products with the different colors, and easily provide clickable links to each, making for a super easy way to manage inventory.