Category:Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
[[Category:How to]] | [[Category:How to]] | ||
[[Category:Wordpress]] | [[Category:Wordpress]] | ||
''This page is about the menu SETTINGS -> BOOKING PAGE | ''This page is about the menu SETTINGS -> BOOKING PAGE -> DEVELOPERS'' | ||
Code snippets for the booking page are available in SETTINGS->BOOKING PAGE. | Code snippets for the booking page are available in SETTINGS->BOOKING PAGE. | ||
| Line 16: | Line 16: | ||
*Any fixed text on the booking page can be exchanged in SETTINGS->BOOKING PAGE ->DEVELOPERS "Custom Text" | *Any fixed text on the booking page can be exchanged in SETTINGS->BOOKING PAGE ->DEVELOPERS "Custom Text" | ||
*Custom CSS can be added in SETTINGS->BOOKING PAGE ->DEVELOPERS "Custom CSS" | *Custom CSS can be added in SETTINGS->BOOKING PAGE ->DEVELOPERS "Custom CSS" | ||
* Javascript can be entered in SETTINGS->BOOKING PAGE -> | * Javascript can be entered in SETTINGS->BOOKING PAGE ->DEVELOPERS"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 | ||