Category:Widgets: Difference between revisions
Jump to navigation
Jump to search
Markkinchin (talk | contribs) No edit summary |
No edit summary |
||
| 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 = | ||