Version 3.3.5 [ hotfix ]
This update was released on June 2nd, 2020.
Changelog
- Fixed the variants images issue (variant images were not changing on variant switch after 3.3.4 update)
- Improved microdata schema
- Done some very small speed improvements
- Fixed other small bugs
How to manually apply the variants images fix
- Go to the theme editor (read this article for more info)
-
Choose /sections/product.liquid and go at line 194, find this snippet:
{% render 'product-media', media: media, enable_zoom: section.settings.enable_zoom %}
Replace it with the following:
{% render 'product-media', media: media, enable_zoom: section.settings.enable_zoom, forloop: forloop %}
- Save the file.