card drawer show amount for free delivery
parent
b05cee3eb5
commit
de86f35d98
|
@ -30,7 +30,7 @@
|
|||
}
|
||||
|
||||
.shx-drawer__inner-padding {
|
||||
padding: 1.5rem 0;
|
||||
padding: 0 1.5rem;
|
||||
}
|
||||
|
||||
.drawer__inner-empty {
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
{% endif %}
|
||||
|
||||
<script>
|
||||
console.log("cart36", {{ 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("cart37", {{ 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;">
|
||||
|
|
Loading…
Reference in New Issue