shopping cart quick add
parent
3aaad127f9
commit
c962a0070f
|
@ -59,7 +59,7 @@
|
||||||
endcapture
|
endcapture
|
||||||
%}
|
%}
|
||||||
|
|
||||||
console.log("1", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
console.log("2", "{{ settings.color_schemes["scheme-shx-texte-navbar"]["settings"]["background"] }}", {{ shx_current_page }})
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
|
@ -11,8 +11,6 @@
|
||||||
{% 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", shx_section_id: section_id %}
|
|
||||||
|
|
||||||
<div {{ block.shopify_attributes }}>
|
<div {{ block.shopify_attributes }}>
|
||||||
{%- if product != blank -%}
|
{%- if product != blank -%}
|
||||||
{%- liquid
|
{%- liquid
|
||||||
|
@ -54,6 +52,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", shx_section_id: section_id %}
|
||||||
|
|
||||||
<input
|
<input
|
||||||
type="hidden"
|
type="hidden"
|
||||||
name="id"
|
name="id"
|
||||||
|
|
Loading…
Reference in New Issue