Changes

Jump to navigation Jump to search

Responsive Booking Page

32 bytes added, 20:58, 9 March 2023
Tripadvisor and many other review servides provides a code snippet for reviews.
1. Copy the widget code from your TripAdvisor / review servide service account.
2. Add the code to your 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 {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPER "Advanced HTML Settings".
Custom Instruction: <script type="text/javascript"> $(document).ready(function() { $("#buttoncustominstruction").val("the new text"); }); </script>
Authorize.Net: <code> <script type="text/javascript"> $(document).ready(function() { $("#buttonauthorizenetbuttoncustominstruction").val("the new text"); }); </script></code>
Authorize.Net:  <code><script type="text/javascript">$(document).ready(function() { $("#buttonauthorizenet").val("the new text"); }); </script></code> Paypal:  <code><script type="text/javascript"> $(document).ready(function() { $("#buttonpaypal").val("the new text"); }); </script></code>
[[:category:Developers |Here]] you can find more developer options.

Navigation menu