Hi,
I'm currently using the Debut theme and just wanted to ask, how I can move the price info + the info "Tax included. Shipping calculated at checkout" below variants and above "add to cart" button? I know it needs to be done in "product-template.liquid" but every time I move the code below to any other location, the system shows an error and can't save it:
<div class="product__price">
{% include 'product-price', variant: current_variant, show_vendor: section.settings.show_vendor %}
</div>
{%- if shop.taxes_included or shop.shipping_policy.body != blank -%}
<div class="product__policies rte" data-product-policies>
{%- if shop.taxes_included -%}
{{ 'products.product.include_taxes' | t }}
{%- endif -%}
{%- if shop.shipping_policy.body != blank -%}
{{ 'products.product.shipping_policy_html' | t: link: shop.shipping_policy.url }}
{%- endif -%}
</div>
Thanks in advance!
Without seeing your whole code I can only assume, can you paste your whole code.
User | Count |
---|---|
812 | |
119 | |
94 | |
93 | |
71 |