Version 3.3.5 [ hotfix ]

This update was released on June 2nd, 2020.

Changelog

  1. Fixed the variants images issue (variant images were not changing on variant switch after 3.3.4 update)
  2. Improved microdata schema
  3. Done some very small speed improvements
  4. Fixed other small bugs

How to manually apply the variants images fix

  1. Go to the theme editor (read this article for more info)
  2. 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 %}
  3. Save the file.
Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.