diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/GroupsPriceCalculator.vue b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/GroupsPriceCalculator.vue index 921153bd..0776bbc6 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/GroupsPriceCalculator.vue +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/js/components/GroupsPriceCalculator.vue @@ -31,16 +31,42 @@
Preise
-
- Zeitraum: {{ rangeFormatted }}, {{ nightsCount }} Nächte
- Basispreis: {{ pricePax.base | money }} €
- Aufpreis Personenzahl: {{ pricePax.additional | money }} €
- Aufpreis Kurzzeit: {{ priceShortTerm | money }} €
- Zusatzleistungen: {{ priceOptions | money }} €
- Verpflegung: {{ priceBoard | money }} €
- Strom- und Abfallgebühren: {{ priceRunningCosts | money }} €
- Gesamtpreis: {{ totalPrice | money }} € -
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Zeitraum{{ rangeFormatted }}, {{ nightsCount }} Nächte
Basispreis{{ formatCurrency(pricePax.base) }}
Aufpreis Personenzahl{{ formatCurrency(pricePax.additional) }}
Aufpreis Kurzzeit{{ formatCurrency(priceShortTerm) }}
Zusatzleistungen{{ formatCurrency(priceOptions) }}
Verpflegung{{ formatCurrency(priceBoard) }}
Strom- und Abfallgebühren{{ formatCurrency(priceRunningCosts) }}
Gesamtpreis{{ formatCurrency(priceTotal) }}
zzgl. vor Ort zu entrichtender Ortstaxe
Bitte wählen Sie einen Zeitraum
@@ -61,6 +87,16 @@
+
+ + +
+
+
+ +