Fix booking link teaser
This commit is contained in:
+2
-4
@@ -6,9 +6,7 @@
|
|||||||
|
|
||||||
<f:section name="Main">
|
<f:section name="Main">
|
||||||
<f:if condition="{teaser.dates}">
|
<f:if condition="{teaser.dates}">
|
||||||
<f:render partial="Product/Teaser"
|
<f:render partial="Product/Teaser" section="Teaser" arguments="{
|
||||||
section="Teaser"
|
|
||||||
arguments="{
|
|
||||||
concept: teaser.concept,
|
concept: teaser.concept,
|
||||||
hotel: teaser.hotel,
|
hotel: teaser.hotel,
|
||||||
product: teaser.product,
|
product: teaser.product,
|
||||||
@@ -20,7 +18,7 @@
|
|||||||
minPrice: teaser.minPrice,
|
minPrice: teaser.minPrice,
|
||||||
daytrip: teaser.daytrip,
|
daytrip: teaser.daytrip,
|
||||||
season: teaser.season,
|
season: teaser.season,
|
||||||
forceHotelUid: teaser.forceHotelUid,
|
forceHotelUid: teaser.hotel,
|
||||||
dateFrom: dateFrom,
|
dateFrom: dateFrom,
|
||||||
dateTo: dateTo,
|
dateTo: dateTo,
|
||||||
landscape: '{f:if(condition: \'{data.layout} == 2 || {data.layout} == 3\', then: 1, else: 0)}'
|
landscape: '{f:if(condition: \'{data.layout} == 2 || {data.layout} == 3\', then: 1, else: 0)}'
|
||||||
|
|||||||
Reference in New Issue
Block a user