card drawer show amount for free delivery

main
alexanderroese 2024-06-18 22:26:36 +02:00
parent aaafc2a5c6
commit c5976a8de1
2 changed files with 3 additions and 2 deletions

View File

@ -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 %}

View File

@ -0,0 +1 @@
10