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 }"/>