card drawer show amount for free delivery

main
alexanderroese 2024-06-19 13:54:14 +02:00
parent 66e4acfd67
commit 99b63d8724
1 changed files with 2 additions and 0 deletions

View File

@ -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 -->