Show hotel details in search result and hotel select list only
This commit is contained in:
@@ -52,7 +52,7 @@
|
|||||||
<svg class="product-teaser__watchlist-icon" data-watchlist-toggle-target="icon" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path></svg>
|
<svg class="product-teaser__watchlist-icon" data-watchlist-toggle-target="icon" fill="none" viewBox="0 0 24 24" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M4.318 6.318a4.5 4.5 0 000 6.364L12 20.364l7.682-7.682a4.5 4.5 0 00-6.364-6.364L12 7.636l-1.318-1.318a4.5 4.5 0 00-6.364 0z"></path></svg>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
<f:if condition="{concept.code} == 'evt'">
|
<f:if condition="{showHotelDetails} && {concept.code} == 'evt'">
|
||||||
<div class="absolute bottom-0 left-0 inset-x-0 flex justify-between text-white {f:if(condition: landscape, else: 'text-sm')} bg-concept-evt/70 px-2 py-1">
|
<div class="absolute bottom-0 left-0 inset-x-0 flex justify-between text-white {f:if(condition: landscape, else: 'text-sm')} bg-concept-evt/70 px-2 py-1">
|
||||||
<span>{hotel.name}</span>
|
<span>{hotel.name}</span>
|
||||||
<span class="uppercase">{hotel.category}</span>
|
<span class="uppercase">{hotel.category}</span>
|
||||||
|
|||||||
@@ -80,6 +80,7 @@
|
|||||||
dateFrom: item.minDateStart,
|
dateFrom: item.minDateStart,
|
||||||
dateTo: item.maxDateEnd,
|
dateTo: item.maxDateEnd,
|
||||||
forceHotelUid: 1,
|
forceHotelUid: 1,
|
||||||
|
showHotelDetails: 1,
|
||||||
referringPageUri: referringPageUri
|
referringPageUri: referringPageUri
|
||||||
}"/>
|
}"/>
|
||||||
</f:for>
|
</f:for>
|
||||||
|
|||||||
@@ -38,7 +38,8 @@
|
|||||||
dateFrom: item.minDateStart,
|
dateFrom: item.minDateStart,
|
||||||
dateTo: item.maxDateEnd,
|
dateTo: item.maxDateEnd,
|
||||||
forceHotelUid: 1,
|
forceHotelUid: 1,
|
||||||
landscape: 1
|
landscape: 1,
|
||||||
|
showHotelDetails: 1
|
||||||
}"/>
|
}"/>
|
||||||
</f:for>
|
</f:for>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user