Changes

Jump to navigation Jump to search

Category:Widgets

111 bytes added, 16:07, 3 January 2023
no edit summary
<span style="color:#fe746c;“ >{{#fas:exclamation-triangle}} </span> The availability calendar widget only processes data one year in advance. For more future dates the dates show available but are not bookable.
 
== If you do not have JQuery ==
 
If you do not have jQuery and jQueryUI installed on your web page add the following to the <head> section of your page.
 
<code> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script></code>
 
If you are required to be GDPR complaint you may need to download and self host this library, if so download to your server and change the src link accordingly.
== If the datepicker is not working or you do not have JQueryUI ==
<code> loadJQueryUI: false,</code>
 
If you are required to be GDPR complaint you may need to download and self host thess libraries, if so disable self loading, download the libraries to your server and change the links accordingly.
== Wordpress ==
| customParameter|| text || adds the specified information to the URL of the booking page. Example: customParameter:'hideroom=12345', will hide the room with the ID 12345 from the booking page.
|-
| customParameter:'br1-xxxx=book || skip directly to checkout page
|-
|}
 
'''Multiple property search only'''
*A button can be generated under {{#fas:cog}} (SETTINGS) BOOKING PAGE > BOOKING WIDGETS > BOOKING BUTTON
*Code for an enquiry form generated under {{#fas:cog}} (SETTINGS) BOOKING PAGE > BOOKING WIDGETS > ENQUIRY FORM
 
==Skip to Checkout Page==
You can bypass the booking page and redirect the widget directly to the checkout page by adding this parameter
 
<code>customParameter:'br1-xxxx=book'</code>
 
to the widget.
 
Replace xxxx with the room ID of the room you want to populate.
= Troubleshooting =

Navigation menu