From b744af598343e9d8853a9593864d2462a402ea33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 6 Sep 2022 09:46:28 +0200 Subject: [PATCH] Show hotel details in search result and hotel select list only --- .../ep_theme/Resources/Private/Partials/Product/Teaser.html | 2 +- .../ext/ep_theme/Resources/Private/Partials/Search/Result.html | 1 + .../Resources/Private/Templates/Product/HotelList.html | 3 ++- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html index c06a245e..7bf2cd10 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html @@ -52,7 +52,7 @@ - +
{hotel.name} {hotel.category} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/Result.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/Result.html index 27508653..0d175984 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/Result.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Search/Result.html @@ -80,6 +80,7 @@ dateFrom: item.minDateStart, dateTo: item.maxDateEnd, forceHotelUid: 1, + showHotelDetails: 1, referringPageUri: referringPageUri }"/> diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/HotelList.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/HotelList.html index 64260cc0..aa85f865 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/HotelList.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Product/HotelList.html @@ -38,7 +38,8 @@ dateFrom: item.minDateStart, dateTo: item.maxDateEnd, forceHotelUid: 1, - landscape: 1 + landscape: 1, + showHotelDetails: 1 }"/>