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')}" 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>