card drawer show amount for free delivery
parent
66e4acfd67
commit
99b63d8724
|
@ -523,6 +523,7 @@
|
|||
<p class="totals__total-value">{{ cart.total_price | money_with_currency }}</p>
|
||||
</div>
|
||||
|
||||
{% comment %}
|
||||
<small class="tax-note caption-large rte">
|
||||
{%- if cart.taxes_included and shop.shipping_policy.body != blank -%}
|
||||
{{ 'sections.cart.taxes_included_and_shipping_policy_html' | t: link: shop.shipping_policy.url }}
|
||||
|
@ -534,6 +535,7 @@
|
|||
{{ 'sections.cart.taxes_and_shipping_at_checkout' | t }}
|
||||
{%- endif -%}
|
||||
</small>
|
||||
{% endcomment %}
|
||||
</div>
|
||||
|
||||
<!-- CTAs -->
|
||||
|
|
Loading…
Reference in New Issue