From 3359442072814809e9a1bc7ed71d586f0ab5a4d7 Mon Sep 17 00:00:00 2001 From: alexanderroese Date: Thu, 20 Jun 2024 21:16:32 +0200 Subject: [PATCH] added icon --- assets/component-cart-drawer.css | 4 ++++ snippets/cart-drawer.liquid | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/assets/component-cart-drawer.css b/assets/component-cart-drawer.css index ca33f5b..06be892 100644 --- a/assets/component-cart-drawer.css +++ b/assets/component-cart-drawer.css @@ -303,6 +303,10 @@ cart-drawer-items { .cart-drawer .cart-item cart-remove-button { margin-left: 0; } + + .shx-shipping-costs-info { + max-width: 270px; + } } .cart-drawer__footer > * + * { diff --git a/snippets/cart-drawer.liquid b/snippets/cart-drawer.liquid index 82a43b3..a39ba1b 100644 --- a/snippets/cart-drawer.liquid +++ b/snippets/cart-drawer.liquid @@ -90,7 +90,7 @@
- + {% if total_price < free_shipping_threshold %} Noch {{ remaining_amount | money }} bis kostenfreiem Versand (sonst {{ shipping_costs | money }}) {% else %}