Skip to content

Commit

Permalink
v15 fixes (Shopify#3547)
Browse files Browse the repository at this point in the history
* [Product] Zoom on hover fix on variant change (Shopify#3511)

* Zoom on hover fix on variant change

* add conditional

* Add early return in updateQuantityRules function if no quantity selector is present (Shopify#3515)

* Fix bug where request url contains duplicated params when switching before the prior response is returned (Shopify#3521)

* Fixes bug where image flashes when switching to variant with the same featured image; fixes bug where variant without featured image would fallback to the product image (Shopify#3516)

Fix issue with thumbnail not updating

* Fixed bug when reading selected option values. Removed unused script tag containing variant json. (Shopify#3520)

* escape titles that weren't (Shopify#3514)

* Support multiple product templates for the same combined listing (Shopify#3526)

* Updated quick order list to rely on the variant title field (Shopify#3528)

* Release15fix (Shopify#3531)

* Revert "Update from Shopify for theme dawn/release/15.0.0"

This reverts commit 5b20d89.

* Revert "Update from Shopify for theme dawn/release/15.0.0"

This reverts commit f0b822d.

* Revert "Update from Shopify for theme dawn/release/15.0.0"

This reverts commit 64e1d8e.

* Revert "Update from Shopify for theme dawn/release/15.0.0"

This reverts commit a8a7529.

---------

Co-authored-by: Ludo <ludo.segura@shopify.com>
Co-authored-by: Arthur <48017311+Roi-Arthur@users.noreply.github.com>
Co-authored-by: Lars Hoffbeck <lars.hoffbeck@shopify.com>
Co-authored-by: shopify[bot] <79544226+shopify[bot]@users.noreply.github.com>
  • Loading branch information
5 people authored and NikoBerger committed Jul 15, 2024
1 parent 17083ba commit c789b91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions sections/main-product.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
id="MainProduct-{{ section.id }}"
class="section-{{ section.id }}-padding gradient color-{{ section.settings.color_scheme }}"
data-section="{{ section.id }}"
data-product-id="{{ product.id }}"
data-update-url="true"
data-url="{{ product.url }}"
{% if section.settings.image_zoom == 'hover' %}
data-zoom-on-hover
{% endif %}
>
{{ 'section-main-product.css' | asset_url | stylesheet_tag }}
{{ 'component-accordion.css' | asset_url | stylesheet_tag }}
Expand Down

0 comments on commit c789b91

Please sign in to comment.