Category:Developers: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 6: | Line 6: | ||
[[Category:Booking_Engine]] | [[Category:Booking_Engine]] | ||
<div class="heading">Developer Options</div> | <div class="heading">Developer Options</div> | ||
This page is about the menu {{#fas:cog}} (SETTINGS) > BOOKING ENGINE > BOOKING PAGE > DEVELOPERS | This page is about the menu {{#fas:cog}} (SETTINGS) > BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPERS | ||
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 This page is about the menu {{#fas:cog}} (SETTINGS) > BOOKING ENGINE. 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 This page is about the menu {{#fas:cog}} (SETTINGS) > BOOKING ENGINE. This [[Customise_Booking_Page|page]] gives an overview. Additional options for developers are: | ||
== Custom Text == | == Custom Text == | ||
Any fixed text on the booking page can be exchanged in This page is about the menu {{#fas:cog}} (SETTINGS) > BOOKING ENGINE > BOOKING PAGE > DEVELOPER > "Custom Text" | Any fixed text on the booking page can be exchanged in This page is about the menu {{#fas:cog}} (SETTINGS) > BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPER > "Custom Text" | ||
For more information please read the context help (?). | For more information please read the context help (?). | ||
| Line 17: | Line 17: | ||
== Custom CSS == | == Custom CSS == | ||
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Custom CSS can be added in This page is about the menu {{#fas:cog}} (SETTINGS) > BOOKING ENGINE > BOOKING PAGE > DEVELOPERS > "Custom CSS" | <span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Custom CSS can be added in This page is about the menu {{#fas:cog}} (SETTINGS) > BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPERS > "Custom CSS" | ||
To see a list of CSS examples look into this document: [[Custom_CSS|Custom CSS]] | To see a list of CSS examples look into this document: [[Custom_CSS|Custom CSS]] | ||
| Line 45: | Line 45: | ||
== Javascript == | == Javascript == | ||
Javascript can be entered in This page is about the menu {{#fas:cog}} (SETTINGS)> BOOKING ENGINE > BOOKING PAGE > DEVELOPERS or in {{#fas:cog}} (SETTINGS) >BOOKING ENGINE > | Javascript can be entered in This page is about the menu {{#fas:cog}} (SETTINGS)> BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPERS or in {{#fas:cog}} (SETTINGS) >BOOKING ENGINE > MULTI BOOKING PAGE> DEVELOPER "Advanced HTML Settings" | ||
=== Redirects === | === Redirects === | ||
| Line 56: | Line 56: | ||
</script> | </script> | ||
<span style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Check the settings under {{#fas:cog}} (SETTINGS) >BOOKING ENGINE > BOOKING PAGE > BEHAVIOUR before you add such a script. | <span style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> Check the settings under {{#fas:cog}} (SETTINGS) >BOOKING ENGINE > PROPERTY BOOKING PAGE > BEHAVIOUR before you add such a script. | ||
=== Change the title text === | === Change the title text === | ||
| Line 247: | Line 247: | ||
== Customise Booking Widgets == | == Customise Booking Widgets == | ||
Code snippets for booking widgets are available in SETTINGS | Code snippets for booking widgets are available in {{#fas:cog}} (SETTINGS) BOOKING ENGINE > BOOKING WIDGETS. | ||
You can use HTML and CSS to create custom solutions. | You can use HTML and CSS to create custom solutions. | ||