Changes

Jump to navigation Jump to search

Responsive Booking Page

87 bytes added, 20:58, 9 March 2023
==Add booking widget to your web site ==
In {{#fas:cog}} (SETTINGS->) BOOKING ENGINE->BOOKING WIDGETS you can choose from a range of widgets
Go to {{#fas:cog}} (SETTINGS) BOOKING ENGINE > BOOKING WIDGETS > IFRAME GENERATOR to generate the code to embed the booking page into your web site. Use the context help (?icons) for information about the iFrame settings.
*Set "Code Sent to Email Address" to "Must be Entered" and your guest will only be able to proceed the booking after they enter a code that has been automatically sent to them.
=== Add a TripAdvisor review widget ===Tripadvisor and many other review servides provides a code snippet for reviews.
1. Copy the widget code from your TripAdvisor / review 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