card drawer show amount for free delivery

main
alexanderroese 2024-06-18 23:16:44 +02:00
parent c76deee93c
commit 715216c7ab
1 changed files with 3 additions and 7 deletions

View File

@ -83,13 +83,9 @@
</script>
<div style="padding: 12px; background-color: #deecde; text-align: center;">
<span style="font-size: 14px; color: #4B7046">
{% if total_price < free_shipping_threshold %}
Noch {{ remaining_amount | money }} bis kostenfreiem Versand (sonst {{ shipping_costs | money }})
{% elsif %}
Prima! Du erhälst kostenfreien Versand
{% endif %}
</span>
{% if total_price < free_shipping_threshold %}
<span span style="font-size: 14px; color: #4B7046">Noch {{ remaining_amount | money }} bis kostenfreiem Versand (sonst {{ shipping_costs | money }})</span>
{% endif %}
</div>
<div class="shx-shipping-costs-progress">