Responsive Booking Page: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 156: Line 156:
*Add scripts e.g. for Google Analytics
*Add scripts e.g. for Google Analytics
*Exchange any fixed text on the booking page
*Exchange any fixed text on the booking page
Stripe and Paymill insert their button and can not be changed. To change the text of any of the other payment buttons you can place this code snippet into SETTINGS  -> DEVELOPERS -> "Advanced HTML Settings".
Custom Instruction:
<script type="text/javascript">
$(document).ready(function() { $("#buttoncustominstruction").val("the new text"); });
</script>
Authorize.Net:
<script type="text/javascript">
$(document).ready(function() { $("#buttonauthorizenet").val("the new text"); });
</script>
Paypal
<script type="text/javascript">
$(document).ready(function() { $("#buttonpaypal").val("the new text"); });
</script>


[[:category:Developers |Here]] you can find more developer options.
[[:category:Developers |Here]] you can find more developer options.