Hide contact form button in case price calculation is active

This commit is contained in:
Björn Fromme
2020-02-10 16:41:48 +01:00
parent c560a4ebe3
commit 417dba75d2
@@ -266,9 +266,13 @@
argument-prefix="{ep:argumentPrefix(pluginName: 'ajax', extensionName: 'epproducts')}"
></calendar>
</div>
<f:link.typolink class="button button--full" parameter="{settings.groupsContactFormPageUid}" additionalParams="&ref={currentPageUid}">
Direkt zum Anfrageformular
</f:link.typolink>
<f:if condition="{hotel.groupsPriceConfigs}">
<f:else>
<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:section>