Hide contact form button in case price calculation is active
This commit is contained in:
@@ -266,9 +266,13 @@
|
|||||||
argument-prefix="{ep:argumentPrefix(pluginName: 'ajax', extensionName: 'epproducts')}"
|
argument-prefix="{ep:argumentPrefix(pluginName: 'ajax', extensionName: 'epproducts')}"
|
||||||
></calendar>
|
></calendar>
|
||||||
</div>
|
</div>
|
||||||
<f:link.typolink class="button button--full" parameter="{settings.groupsContactFormPageUid}" additionalParams="&ref={currentPageUid}">
|
<f:if condition="{hotel.groupsPriceConfigs}">
|
||||||
Direkt zum Anfrageformular
|
<f:else>
|
||||||
</f:link.typolink>
|
<f:link.typolink class="button button--full" parameter="{settings.groupsContactFormPageUid}" additionalParams="&ref={currentPageUid}">
|
||||||
|
Direkt zum Anfrageformular
|
||||||
|
</f:link.typolink>
|
||||||
|
</f:else>
|
||||||
|
</f:if>
|
||||||
</f:if>
|
</f:if>
|
||||||
</f:section>
|
</f:section>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user