card drawer show amount for free delivery
parent
715216c7ab
commit
590cdf1198
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue