Version 3.4.2 [ hotfix ]
This update was released on July 27th, 2020.
Changelog
- Fixed an issue with product page images not changing on variant change
How to manually apply the fix
- Go to the theme editor (read this article for more info)
-
Choose /snippets/product-media.liquid and look at line 4:
{% if forloop.length > 1 %} data-index="{{ forloop.index0 }}" {% endif %}
-
Replace this line with the following:
data-index="{{ index }}"
- Save the file.