From 4a12eab8762268abc0be83307cb05a40eee3cf67 Mon Sep 17 00:00:00 2001 From: qcigano Date: Sun, 2 Aug 2026 18:19:56 +0200 Subject: [PATCH] =?UTF-8?q?Warenkorb:=20Versandkosten=20werden=20jetzt=20s?= =?UTF-8?q?ofort=20berechnet=20und=20angezeigt=20(L=C3=A4nderauswahl=20dir?= =?UTF-8?q?ekt=20im=20Warenkorb,=20reagiert=20live=20auf=20Wechsel),=20sta?= =?UTF-8?q?tt=20erst=20im=20Checkout?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/ch/warenkorb/index.astro | 24 +++++++++++++++++++----- src/pages/en/warenkorb/index.astro | 24 +++++++++++++++++++----- src/pages/fr/warenkorb/index.astro | 24 +++++++++++++++++++----- src/pages/warenkorb/index.astro | 24 +++++++++++++++++++----- src/styles/global.css | 12 ++++++++++++ 5 files changed, 88 insertions(+), 20 deletions(-) diff --git a/src/pages/ch/warenkorb/index.astro b/src/pages/ch/warenkorb/index.astro index 166c728..8939d0f 100644 --- a/src/pages/ch/warenkorb/index.astro +++ b/src/pages/ch/warenkorb/index.astro @@ -26,6 +26,15 @@ const t = useTranslations(lang);