shopping cart quick add

main
alexanderroese 2024-06-22 16:53:53 +02:00
parent 361bac9a9d
commit e24a271d0a
1 changed files with 2 additions and 3 deletions

View File

@ -10,9 +10,6 @@
Usage: Usage:
{% render 'buy-buttons', block: block, product: product, product_form_id: product_form_id, section_id: section.id, show_pickup_availability: true %} {% render 'buy-buttons', block: block, product: product, product_form_id: product_form_id, section_id: section.id, show_pickup_availability: true %}
{% endcomment %} {% endcomment %}
{% render "shx-product-page-shopping-cart-quick-add" %}
<div {{ block.shopify_attributes }}> <div {{ block.shopify_attributes }}>
{%- if product != blank -%} {%- if product != blank -%}
{%- liquid {%- liquid
@ -54,6 +51,8 @@
novalidate: 'novalidate', novalidate: 'novalidate',
data-type: 'add-to-cart-form' data-type: 'add-to-cart-form'
-%} -%}
{% render "shx-product-page-shopping-cart-quick-add" %}
<input <input
type="hidden" type="hidden"
name="id" name="id"