card drawer show amount for free delivery

main
alexanderroese 2024-06-19 13:29:28 +02:00
parent 6c60fd3004
commit 90883c9bbd
1 changed files with 4 additions and 2 deletions

View File

@ -84,7 +84,7 @@
{% endif %}
<script>
console.log("cart38", {{ cart | json }}, {{ remaining_amount }}, {{ free_shipping_threshold }}, {{ progress_percentage }}, {{ total_price }}, {{ free_shipping_threshold }}, {{ total_price | times: 100 | divided_by: free_shipping_threshold }})
console.log("cart39", {{ cart | json }}, {{ remaining_amount }}, {{ free_shipping_threshold }}, {{ progress_percentage }}, {{ total_price }}, {{ free_shipping_threshold }}, {{ total_price | times: 100 | divided_by: free_shipping_threshold }})
</script>
<div style="padding: 12px 12px 0 12px; margin-bottom: 20px; background-color: #deecde; text-align: center;">
@ -102,7 +102,9 @@
<cart-drawer-items
{% if cart == empty %}
class=" is-empty"
class="shx-drawer__inner-padding is-empty"
{% else %}
class="shx-drawer__inner-padding"
{% endif %}
>
<form