card drawer show amount for free delivery
parent
6c60fd3004
commit
90883c9bbd
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue