card drawer show amount for free delivery
parent
aaafc2a5c6
commit
c5976a8de1
|
@ -72,10 +72,10 @@
|
|||
</div>
|
||||
|
||||
<script>
|
||||
console.log("cart1", {{ cart | json }}, {{ shipping_method | json }})
|
||||
console.log("cart1", {{ cart | json }})
|
||||
</script>
|
||||
|
||||
<span>price4 {{ cart.total_price | money }}</span>
|
||||
<span>price5 {{ cart.total_price | money }} {% render 'shx-shipping-costs' %}</span>
|
||||
|
||||
<cart-drawer-items
|
||||
{% if cart == empty %}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
10
|
Loading…
Reference in New Issue