Category:Widgets: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
|||
| (One intermediate revision by the same user not shown) | |||
| Line 85: | Line 85: | ||
| 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|| 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 | |||
|- | |- | ||
| Line 192: | Line 194: | ||
|} | |} | ||
'''Multiple property search only''' | '''Multiple property search only''' | ||
| Line 240: | Line 241: | ||
*A button can be generated under {{#fas:cog}} (SETTINGS) BOOKING PAGE > BOOKING WIDGETS > BOOKING BUTTON | *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 | *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 = | = Troubleshooting = | ||
| Line 246: | Line 256: | ||
==Problem installing widgets on Wix== | ==Problem installing widgets on Wix== | ||
Unlike almost all other website builders Wix does not support JQuery. You will need to check with Wix if they allow you to add JQuery to your page. If Wix will not allow you to add JQuery you can use a button, links or our legacy widgets. The legacy widgets are available via SETTINGS-BOOKING PAGE-WIDGETS-BOOKING BUTTON. | |||
==Console Error "bookWidget is not a function"== | ==Console Error "bookWidget is not a function"== | ||