Adaptive Booking Page (Depreciated): Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
== LAYOUT - general layout == | == LAYOUT - general layout == | ||
SETTINGS | {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > LAYOUT | ||
[[File:example.jpg]] | [[File:example.jpg]] | ||
| Line 14: | Line 14: | ||
== Customise Design, Colours and fonts == | == Customise Design, Colours and fonts == | ||
SETTINGS | {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > STYLE | ||
[[File:bookingpage1.png]] | [[File:bookingpage1.png]] | ||
| Line 21: | Line 21: | ||
== Content == | == Content == | ||
*Add pictures and information for rooms (5) in SETTINGS | *Add pictures and information for rooms (5) in {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > CONTENT. To show pictures you need to upload them first in SETTINGS -> BOOKING ENGINE -> PICTURES | ||
*Add a custom top (2) (eg. for your logo) and/or bottom (3) (eg. for contact info, directions, link to your terms and conditions) / | *Add a custom top (2) (eg. for your logo) and/or bottom (3) (eg. for contact info, directions, link to your terms and conditions) / {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > CONTENT | ||
*Show [[Discounts]] adding a [[Discounts|Marketing Column]] (4) | *Show [[Discounts]] adding a [[Discounts|Marketing Column]] (4) | ||
| Line 31: | Line 31: | ||
== Further and Advanced Options == | == Further and Advanced Options == | ||
*Offer multiple languages (1) SETTINGS -> ACCOUNT -> LANGUAGES | *Offer multiple languages (1) SETTINGS -> ACCOUNT -> LANGUAGES | ||
*Customise Information your guest enters when booking | *Customise Information your guest enters when booking {{#fas:cog}} (SETTINGS) PROPERTIES > BOOKING QUESTIONS | ||
*Customise Confirmation Messages / SETTINGS | *Customise Confirmation Messages / {{#fas:cog}} (SETTINGS) GUEST MANAGEMENT > CONFIRMATION MESSAGES | ||
*Set order in which rooms appear on your booking page | *Set order in which rooms appear on your booking page {{#fas:cog}} (SETTINGS) PROPERTIES > ROOMS > SETUP "Availability" and set the ''Sell Priority'' for each room. | ||
*[[Let Guests View and Cancel Bookings]] | *[[Let Guests View and Cancel Bookings]] | ||
*Developers please also refer [[developers|here]] | *Developers please also refer [[developers|here]] | ||
| Line 39: | Line 39: | ||
== Change Default Text== | == Change Default Text== | ||
1. You can exchange any of the default text on the booking page in SETTINGS | 1. You can exchange any of the default text on the booking page in {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPERS -> "Custom Text" | ||
2. Stripe and Paymill insert their button and can not be changed. To change the text of any of the other payment buttons you can place this code snippet into SETTINGS | 2. Stripe and Paymill insert their button and can not be changed. To change the text of any of the other payment buttons you can place this code snippet into {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPERS "Advanced HTML Settings". | ||
Custom Instruction: | Custom Instruction: | ||
| Line 61: | Line 61: | ||
== Hide "Book Multiple" == | == Hide "Book Multiple" == | ||
Use the selector in SETTINGS | Use the selector in S {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > LAYOUT | ||
== Hover Text == | == Hover Text == | ||
*To not show the number or rooms/units left place the following code in the SETTINGS | *To not show the number or rooms/units left place the following code in the {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPERS "Custom CSS" setting. | ||
.ptdaynumavail {display:none;} | .ptdaynumavail {display:none;} | ||
*To disable the hover text place the following script in the SETTINGS | *To disable the hover text place the following script in the {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPERS "Advanced HTML Settings" setting. | ||
<pre> | <pre> | ||
| Line 84: | Line 84: | ||
== Change CS' == | == Change CS' == | ||
Webdesigners use CSS to define the look and formatting of a website. Here a list of common | Webdesigners use CSS to define the look and formatting of a website. Here a list of common adjustments which can be done pasting the code provided below into {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > . | ||