Category:Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 14: | Line 14: | ||
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 an overview. Additional options for developers are: | 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 an overview. Additional options for developers are: | ||
*Custom CSS can be added in SETTINGS->BOOKING PAGE | *Any fixed text on the booking page can be exchanged in SETTINGS->BOOKING PAGE ->DEVELOPERS "Custom Text" | ||
* Javascript can be entered in SETTINGS->BOOKING PAGE | *Custom CSS can be added in SETTINGS->BOOKING PAGE ->DEVELOPERS "Custom CSS" | ||
* Javascript can be entered in SETTINGS->BOOKING PAGE ->DEVLEOPERS"Advanced HTML Settings" | |||
*The [[:category:API|API]] can be used to develop custom applications and solutions. | *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 | ||