card drawer show amount for free delivery
parent
0e541a9ea6
commit
063852e370
|
@ -85,7 +85,7 @@
|
|||
</script>
|
||||
|
||||
{% if total_price < free_shipping_threshold %}
|
||||
<span style="font-size: 14px;">Noch {{ remaining_amount | money }} bis kostenfreiem Versand (sonst {{ shipping_costs }})</span>
|
||||
<span style="font-size: 14px;">Noch {{ remaining_amount | money }} bis kostenfreiem Versand (sonst {{ shipping_costs | money }})</span>
|
||||
{% endif %}
|
||||
|
||||
<cart-drawer-items
|
||||
|
|
Loading…
Reference in New Issue