How to implement a shop where I’ll have products with several color variants. So I was wondering if it’s possible, inside the collection page, to change the product image when a filter is applied in order to show that particular variant.
Let’s say my product option is from the filter selected “color” is “BLUE” Is it possible to filter by color (blue for example) and show the product image from variants related to the chosen color?
It is very simple, normally this is already implemented in the theme.
You will need to find the product grid liquid and change the image URL as example below
{% assign url = product.first_or_selected_variant.featured_image.url %}
Absolutely INSANE to me that Shopify has not fixed this problem across all shops and themes. It’s so simple… Make it so that people can select the images they want for the specific variant