From 650a24e0afd71af374f8a6d798e5a689928468c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 15 Jan 2020 17:49:31 +0100 Subject: [PATCH] Finalize implementation, wording and styles --- .../js/components/GroupsPriceCalculator.vue | 94 ++++++++++++++----- .../Resources/Private/Language/locallang.xlf | 3 + .../Private/Partials/Product/Details.html | 5 + .../Private/Templates/Email/GroupsPrice.html | 19 ++++ .../Private/Templates/GroupsPrice/Index.html | 15 ++- .../Private/Templates/Product/Detail.html | 2 +- 6 files changed, 114 insertions(+), 24 deletions(-) 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 @@
+
+ + +
+
+
+ +