diff --git a/public/typo3conf/ext/ep_products/Classes/Service/DateService.php b/public/typo3conf/ext/ep_products/Classes/Service/DateService.php index c780863f..fe64ba45 100644 --- a/public/typo3conf/ext/ep_products/Classes/Service/DateService.php +++ b/public/typo3conf/ext/ep_products/Classes/Service/DateService.php @@ -420,7 +420,7 @@ class DateService implements SingletonInterface if (!$row['hotelShowAsTeaser']) { continue; } - $categoryUid = $row['hotelCategory']; + $categoryUid = $row['hotelCategory'] ?? Hotel::CATEGORY_STANDARD; $hotelUid = $row['hotelUid']; $hotelUri = $this->uriBuilder ->reset() diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Details.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Details.html index d9d6e973..b4970e31 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Details.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Details.html @@ -1,12 +1,12 @@
Konzept
+
+ {product.conceptDescription -> f:format.html()} +
Preisberechnung -
- {product.conceptDescription -> f:format.html()} -
Verpflegung
{product.boardDescription -> f:format.html()} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Concept/Detail.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Concept/Detail.html index b8d1daf6..fdd30673 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Concept/Detail.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Concept/Detail.html @@ -25,7 +25,7 @@
-
+
{concept.description -> f:format.html()}