From 225a8567a958ae8c5bf0075ea2a5ecc0192567e8 Mon Sep 17 00:00:00 2001
From: Marco
+ Lieferzeit {shippingSettings.totalDays.min}–{shippingSettings.totalDays.max} Werktage +
@@ -247,9 +257,13 @@ export function CartContent({ Zur Kasse gehen -{selectedShipping?.description ?? "innerhalb Deutschlands"}
++ {shipping === 0 && selectedShipping?.freeShippingThreshold != null + ? `ab ${formatPrice(selectedShipping.freeShippingThreshold)} innerhalb Deutschlands` + : (selectedShipping?.description ?? "innerhalb Deutschlands")} +
++ Lieferzeit {shippingSettings.totalDays.min}–{shippingSettings.totalDays.max} Werktage +
{product.spotlightText || product.description}
-{formatPrice(product.compareAtPrice!)}
- )} -{formatPrice(product.price)}
-inkl. MwSt. zzgl. Versand
+{formatPrice(product.compareAtPrice!)}
+ )} +{formatPrice(product.price)}
+inkl. MwSt. zzgl. Versand
++ Lieferzeit: {shipping.totalDays.min}–{shipping.totalDays.max} Werktage innerhalb Deutschlands +
- {discount !== null && ( - {formatPrice(product.compareAtPrice!)} - )} - {formatPrice(product.price)} - inkl. MwSt. -
++ {discount !== null && ( + {formatPrice(product.compareAtPrice!)} + )} + {formatPrice(product.price)} + inkl. MwSt. +
++ Lieferzeit: {shipping.totalDays.min}–{shipping.totalDays.max} Werktage innerhalb Deutschlands +
+{formatPrice(product.compareAtPrice!)}
- )} -{formatPrice(product.price)}
-inkl. MwSt. zzgl. Versand
+{formatPrice(product.compareAtPrice!)}
+ )} +{formatPrice(product.price)}
+inkl. MwSt. zzgl. Versand
++ Lieferzeit: {shipping.totalDays.min}–{shipping.totalDays.max} Werktage innerhalb Deutschlands +
- Lieferzeit: {TOTAL_DAYS_DE.min}–{TOTAL_DAYS_DE.max} Werktage innerhalb Deutschlands -
+ {/* No "Sichere Zahlung" trust note here (unlike Cart/Checkout) — + this is an add-to-cart step, not the actual payment step, so + a payment-security reassurance is premature here and just + duplicates the one shown later at checkout. */}{formatPrice(product.compareAtPrice!)}
- )} -{formatPrice(product.price)}
-inkl. MwSt.
-{formatPrice(product.compareAtPrice!)}
+ )} +{formatPrice(product.price)}
+inkl. MwSt.
++ Lieferzeit: {shipping.totalDays.min}–{shipping.totalDays.max} Werktage innerhalb Deutschlands +
+Nach Zahlungseingang bereiten wir deine Bestellung in der Regel innerhalb von{" "} - {HANDLING_DAYS.min}–{HANDLING_DAYS.max} Werktagen zum Versand vor. Die Versanddauer - innerhalb Deutschlands beträgt anschließend zusätzlich {TRANSIT_DAYS_DE.min}– - {TRANSIT_DAYS_DE.max} Werktage. + {shipping.handlingDays.min}–{shipping.handlingDays.max} Werktagen zum Versand vor. Die + Versanddauer innerhalb Deutschlands beträgt anschließend zusätzlich{" "} + {shipping.transitDays.min}–{shipping.transitDays.max} Werktage.
- Damit ist deine Bestellung in der Regel nach {TOTAL_DAYS_DE.min}–{TOTAL_DAYS_DE.max}{" "} - Werktagen bei dir, sofern auf der jeweiligen Produktseite nichts anderes angegeben ist. - Als Werktage gelten Montag bis Freitag, ausgenommen gesetzliche Feiertage. + Damit ist deine Bestellung in der Regel nach {shipping.totalDays.min}– + {shipping.totalDays.max} Werktagen bei dir, sofern auf der jeweiligen Produktseite nichts + anderes angegeben ist. Als Werktage gelten Montag bis Freitag, ausgenommen gesetzliche + Feiertage.