From 2bb834d7ce1b780b25d8b0f51a9064391a4793d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Wed, 15 Sep 2021 15:47:41 +0200 Subject: [PATCH] Add region info to product detail page --- .../Resources/Private/Partials/Icons.html | 3 ++ .../Private/Partials/Region/Details.html | 31 +++++++++++++++++++ .../Private/Partials/Regioninfo.html | 27 ++++++++++++++-- 3 files changed, 58 insertions(+), 3 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Icons.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Icons.html index 479b0a8b..ea342806 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Icons.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Icons.html @@ -25,6 +25,9 @@ + + + diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html index 8ce1e0a7..96b47df5 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html @@ -19,6 +19,37 @@
+
+ + + + + +
{region.skiArea -> f:format.html()} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Regioninfo.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Regioninfo.html index dcca1d16..9d917a60 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Regioninfo.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Regioninfo.html @@ -3,10 +3,31 @@ Gebietsinfo

    -
  • Pisten: {region.length}
  • -
  • Höhe: {region.height}
  • +
  • + + + + + Pisten: {region.length} + +
  • +
  • + + + + + Höhe: {region.height} + +
  • -
  • Lifte: {region.lifts}
  • +
  • + + + + + Lifte: {region.lifts} + +