- Netto:
+ Netto-Gesamtbetrag:
{new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(monthlyNet)} / mtl.
zzgl. 19% MwSt.:
{new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(monthlyTax)} / mtl.
-
-
Gesamt (brutto):
+
+ Gesamtbetrag (brutto):
{new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(monthlyGross)} / mtl.
-
-
-
Netto-Gesamtbetrag:
-
{new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(oneTimeNet)}
+ )}
+ {updatePriceModifier.label && (
+
+
+
+ Update-Rabatt aktiv
+
+
{updatePriceModifier.label}
-
- zzgl. 19% MwSt.:
- {new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(oneTimeTax)}
-
-
- Gesamtbetrag (brutto):
- {new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(oneTimeGross)}
-
-
- ) : (
-
-
- Netto-Gesamtbetrag:
- {new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(monthlyNet)} / mtl.
-
-
- zzgl. 19% MwSt.:
- {new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(monthlyTax)} / mtl.
-
-
- Gesamtbetrag (brutto):
- {new Intl.NumberFormat('de-DE', { style: 'currency', currency: 'EUR' }).format(monthlyGross)} / mtl.
-
-
- )}
- {updatePriceModifier.label && (
-
-
-
- Update-Rabatt aktiv
+ )}
+ {!allCategoriesFilled && (
+
+
+ Bitte aus jeder Pflichtkategorie einen Artikel wählen.
-
{updatePriceModifier.label}
-
- )}
- {!allCategoriesFilled && (
-
-
- Bitte aus jeder Pflichtkategorie einen Artikel wählen.
-
- )}
- {productValidationErrors.map((err, errIdx) => (
-
-
- {err}
-
- ))}
+ )}
+ {productValidationErrors.map((err, errIdx) => (
+
+
+ {err}
+
+ ))}
+
+
+ {/* Warenkorb List (Scrollable) */}
{basketItems.length > 0 && (
-