card drawer show amount for free delivery
parent
39a6337828
commit
c25eb3efbe
|
@ -80,7 +80,7 @@
|
|||
<span>price6 {{ total_price | money }} {{ free_shipping_threshold }}</span>
|
||||
|
||||
<script>
|
||||
console.log("cart9", {{ cart | json }}, {{ remaining_amount }})
|
||||
console.log("cart10", {{ cart | json }}, {{ remaining_amount }}, {{ free_shipping_threshold }})
|
||||
</script>
|
||||
|
||||
{% if total_price < free_shipping_threshold %}
|
||||
|
|
Loading…
Reference in New Issue