card drawer show amount for free delivery

main
alexanderroese 2024-06-18 23:18:31 +02:00
parent 2a62074aa9
commit 0a9e379371
1 changed files with 7 additions and 5 deletions

View File

@ -83,11 +83,13 @@
</script>
<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 %}
<span span style="font-size: 14px; color: #4B7046">
{% if total_price < free_shipping_threshold %}
Noch {{ remaining_amount | money }} bis kostenfreiem Versand (sonst {{ shipping_costs | money }})</span>
{% else %}
Prima! Du erhälst kostenfreien Versand
{% endif %}
</span>
</div>
<div class="shx-shipping-costs-progress">