feat: link prices to hotel detail pages in favour of booking
This commit is contained in:
+4
-6
@@ -58,13 +58,11 @@
|
||||
<td class="px-2 py-1 border border-zinc-200">
|
||||
<f:if condition="{row.rooms.{type}.available}">
|
||||
<f:then>
|
||||
<a class="{ep:themeClasses(classes: '{sbw: \'text-sbw-primary\', snz: \'text-snz-primary\', uch: \'text-uch-primary\'}', key: settings.themekey)}"
|
||||
data-controller="datalayer" data-datalayer-event-value="ZurBuchung" data-action="datalayer#trigger"
|
||||
href="{row.bookingUrl}"
|
||||
title="Jetzt buchen"
|
||||
target="_blank">
|
||||
<f:link.typolink
|
||||
parameter="{row.hotelUri}"
|
||||
class="{ep:themeClasses(classes: '{sbw: \'text-sbw-primary\', snz: \'text-snz-primary\', uch: \'text-uch-primary\'}', key: settings.themekey)}">
|
||||
{row.rooms.{type}.price}
|
||||
</a>
|
||||
</f:link.typolink>
|
||||
</f:then>
|
||||
<f:else>
|
||||
<f:if condition="{row.rooms.{type}.available}">
|
||||
|
||||
Reference in New Issue
Block a user