card drawer show amount for free delivery
parent
2a62074aa9
commit
0a9e379371
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue