shopping cart quick add
parent
361bac9a9d
commit
e24a271d0a
|
@ -10,9 +10,6 @@
|
|||
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
|
||||
|
@ -54,6 +51,8 @@
|
|||
novalidate: 'novalidate',
|
||||
data-type: 'add-to-cart-form'
|
||||
-%}
|
||||
{% render "shx-product-page-shopping-cart-quick-add" %}
|
||||
|
||||
<input
|
||||
type="hidden"
|
||||
name="id"
|
||||
|
|
Loading…
Reference in New Issue