card drawer show amount for free delivery

main
alexanderroese 2024-06-18 23:17:34 +02:00
parent 715216c7ab
commit 590cdf1198
1 changed files with 2 additions and 0 deletions

View File

@ -85,6 +85,8 @@
<div style="padding: 12px; background-color: #deecde; text-align: center;">
{% 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>
{% elsif %}
<span span style="font-size: 14px; color: #4B7046">Prima! Du erhälst kostenfreien Versand</span>
{% endif %}
</div>