Version 3.4.2 [ hotfix ]

This update was released on July 27th, 2020.

Changelog

  1. Fixed an issue with product page images not changing on variant change

How to manually apply the fix

  1. Go to the theme editor (read this article for more info)
  2. Choose  /snippets/product-media.liquid  and look at line 4:

    {% if forloop.length > 1 %} data-index="{{ forloop.index0 }}" {% endif %}
    	
  3. Replace this line with the following: 

    data-index="{{ index }}"
    	
  4. Save the file.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.