shopping cart quick add
parent
1e7f887c06
commit
79e5ecf63d
|
@ -65,8 +65,6 @@
|
|||
>
|
||||
{%- endif -%}
|
||||
|
||||
{% render "shx-product-page-shopping-cart-quick-add" %}
|
||||
|
||||
{% assign variant_images = product.images | where: 'attached_to_variant?', true | map: 'src' %}
|
||||
<div class="page-width">
|
||||
<div class="product product--{{ section.settings.media_size }} product--{{ section.settings.media_position }} product--{{ section.settings.gallery_layout }} product--mobile-{{ section.settings.mobile_thumbnails }} grid grid--1-col {% if product.media.size > 0 %}grid--2-col-tablet{% else %}product--no-media{% endif %}">
|
||||
|
|
|
@ -10,6 +10,9 @@
|
|||
Usage:
|
||||
{% render 'buy-buttons', block: block, product: product, product_form_id: product_form_id, section_id: section.id, show_pickup_availability: true %}
|
||||
{% endcomment %}
|
||||
|
||||
{% render "shx-product-page-shopping-cart-quick-add" %}
|
||||
|
||||
<div {{ block.shopify_attributes }}>
|
||||
{%- if product != blank -%}
|
||||
{%- liquid
|
||||
|
|
Loading…
Reference in New Issue