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 917549f8..3cc81cd2 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 @@ -12,7 +12,7 @@
- @@ -56,7 +56,7 @@ -
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserBookingLink.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserBookingLink.html index f9df8aba..aed00f94 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserBookingLink.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/FluidStyledContent/TeaserBookingLink.html @@ -18,9 +18,10 @@ minPrice: teaser.minPrice, daytrip: teaser.daytrip, season: teaser.season, - forceHotelUid: teaser.hotel, + forceHotelUid: teaser.forceHotelUid, dateFrom: dateFrom, dateTo: dateTo, + slug: teaser.product.slug, landscape: '{f:if(condition: \'{data.layout} == 2 || {data.layout} == 3\', then: 1, else: 0)}' }"/> 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 a7796b1a..5609cfad 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 @@ -27,6 +27,7 @@ concept: product.concept, hotel: item.hotel, product: product, + slug: product.slug, country: product.country, region: product.region, productImage: item.hotel.images.original.0,