From ee4ec0053ec0d15e278e404e3a90db4d104dc929 Mon Sep 17 00:00:00 2001 From: qcigano Date: Sun, 2 Aug 2026 20:45:54 +0200 Subject: [PATCH] Checkout: AGB/Widerruf-Checkboxen stehen jetzt direkt unter Gesamt/USt-Hinweis statt separat unterhalb beider Spalten MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Die Checkboxen standen bisher außerhalb des Zwei-Spalten-Layouts, über die volle Formularbreite. Jetzt stehen sie direkt im Anschluss an "Gemäß §19 UStG..." in derselben (rechten) Spalte — wie gewünscht direkt unter der Bestellübersicht statt separat darunter. Verifiziert per Puppeteer-Screenshot (Desktop + schmale Ansicht). --- src/pages/ch/checkout/index.astro | 6 +++--- src/pages/checkout/index.astro | 6 +++--- src/pages/en/checkout/index.astro | 6 +++--- src/pages/fr/checkout/index.astro | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/src/pages/ch/checkout/index.astro b/src/pages/ch/checkout/index.astro index 144deda..84cbd48 100644 --- a/src/pages/ch/checkout/index.astro +++ b/src/pages/ch/checkout/index.astro @@ -109,9 +109,6 @@ const t = useTranslations(lang);

{t.common.vatNote}

- - -
@@ -121,6 +118,9 @@ const t = useTranslations(lang);
+ + + diff --git a/src/pages/checkout/index.astro b/src/pages/checkout/index.astro index d58dbc6..3656bac 100644 --- a/src/pages/checkout/index.astro +++ b/src/pages/checkout/index.astro @@ -109,9 +109,6 @@ const t = useTranslations(lang);

{t.common.vatNote}

- - -
@@ -121,6 +118,9 @@ const t = useTranslations(lang);
+ + + diff --git a/src/pages/en/checkout/index.astro b/src/pages/en/checkout/index.astro index 9cf6d88..b98bdc1 100644 --- a/src/pages/en/checkout/index.astro +++ b/src/pages/en/checkout/index.astro @@ -109,9 +109,6 @@ const t = useTranslations(lang);

{t.common.vatNote}

- - -
@@ -121,6 +118,9 @@ const t = useTranslations(lang);
+ + + diff --git a/src/pages/fr/checkout/index.astro b/src/pages/fr/checkout/index.astro index 54eb4e8..5d2c1b9 100644 --- a/src/pages/fr/checkout/index.astro +++ b/src/pages/fr/checkout/index.astro @@ -109,9 +109,6 @@ const t = useTranslations(lang);

{t.common.vatNote}

- - -
@@ -121,6 +118,9 @@ const t = useTranslations(lang);
+ + +