Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 15: | Line 15: | ||
'''Customise Booking Page''' | '''Customise Booking Page''' | ||
The booking page can be embedded in a page using an iframe or opened with a link or form. It can be fully customised in SETTINGS->BOOKING PAGE. This | The booking page can be embedded in a page using an iframe or opened with a link or form. It can be fully customised in SETTINGS->BOOKING PAGE. This [[Customise_Booking_Page|page]] gives on overview. Additional options for developers ar: | ||
*Custom CSS can be added in SETTINGS->BOOKING PAGE ADVANCED "Custom CSS" | *Custom CSS can be added in SETTINGS->BOOKING PAGE ADVANCED "Custom CSS" | ||
* Javascript can be entered in SETTINGS->BOOKING PAGE ADVANCED "Advanced HTML Settings" | * Javascript can be entered in SETTINGS->BOOKING PAGE ADVANCED "Advanced HTML Settings" | ||
*The [[:category:API|Api]] can be used to develop custom applications and solutions. | |||
*The behavior of the booking page can be controlled with the following parameters passed in the URL or form. URL Parameters are always added in the format name=value. To separate them, the first parameter must have a ? before it and all following parameters must have an & before them. For example if you want to change the default for the numbers of night selector to 7 nights you change the link to your booking page from | *The behavior of the booking page can be controlled with the following parameters passed in the URL or form. URL Parameters are always added in the format name=value. To separate them, the first parameter must have a ? before it and all following parameters must have an & before them. For example if you want to change the default for the numbers of night selector to 7 nights you change the link to your booking page from | ||