Changes

Jump to navigation Jump to search

Responsive Booking Page

473 bytes added, 20:58, 9 March 2023
[[Category:Settings]]
[[Category:How to]]
[[Category:Booking Page]]
[[Category:Booking Engine]]
<div class="heading">Responsive Booking Page</div>
This page is about {{#fas:cog}}(SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > LAYOUT and explains how to use and customise the responsive version of the booking page.
==Booking Engine Configuration ==
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> <span style="font-weight: bold;" >Tip</span> This [https://www.beds24.com/wizard/wizard4.php wizard] guides you though the options you can set for your booking engine.
==Add booking widget to your web site ==
In {{#fas:cog}} (SETTINGS->) BOOKING ENGINE->BOOKING WIDGETS you can choose from a range of widgets
Go to {{#fas:cog}} (SETTINGS) BOOKING ENGINE > BOOKING WIDGETS > IFRAME GENERATOR to generate the code to embed the booking page into your web site. Use the context help (?icons) for information about the iFrame settings.
== Set up and customise responsive booking page ==
<embedvideo service="youtube">https://youtu.be/hy0trWoKYe8</embedvideo>
=== Concept===
Modules can be added an removed. They have advanced settings so you can tailor the display exactly to your needs. For most modules content needs to be added so they can display. Available modules are:
*Picture slider or gallery for property, rooms and offers(Ensure picture formats are all the same, do not mix Landscape and Portrait)
*Picture for property, rooms and offers
*Featues Features for property and rooms
*Availability calendar (one or multiple month) for for property, rooms and offers
*Pricetable for offers
Room: Features<br>
Offer: Offer Select (Button/Selector), Availability Calendar]]
[https://www.beds24.com/booking2.php?propid=13434&layout=2 View Demo]
</li>
Offer: Picture Slider, Description 1 , Calendar, Booking Offer Select (Button/Selector)<br><br>
Property Bottom: Description 2]]
[https://www.beds24.com/booking2.php?propid=13434&layout=1 View Demo]
</li>
Offer: Offer Select (Button/Selector), Price Table<br><br>
Property Bottom: Description 2]]
[https://www.beds24.com/booking2.php?propid=13434&layout=2 View Demo]
</li>
Offer: Price Table, Offer Select (Button/Selector), Picture Slider, Description 2<br><br>
Property Bottom: Description 2]]
[https://www.beds24.com/booking2.php?propid=13434&layout=3 View Demo]
</li>
Offer: Picture, Description 1 , Calendar, Offer Select (Button/Selector), Description 2<br><br>
Property Bottom: Description 2]]
[https://www.beds24.com/booking2.php?propid=13434&layout=4 View Demo]
</li>
Offer: Price Calendar, Offer Select (Button/Selector)<br><br>
Property Bottom: Description 2]]
[https://www.beds24.com/booking2.php?propid=13434&layout=5 View Demo]
</li>
Offer: Offer Select (Button/Selector), Price Table<br><br>
Room Bottom: Picture Slider, Description]]
[https://www.beds24.com/booking2.php?propid=13434&layout=6 View Demo]
</li>
=== Set up wizard===
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> <span style="font-weight: bold;" >Tip</span> This [https://www.beds24.com/wizard/wizard2.php setup wizard] guides you though the customization of your booking page.
=== Customise booking page===
To customise the the booking page go to {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > LAYOUT.
Every module has additional settings which allow you to tailor the disply to your requirement. They are available when you click on "Manage".
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> <span style="font-weight: bold;" >Tip</span> This [https://www.beds24.com/booking2.php?propid=24226 demo] gives you an overview on the mayor modules.
To remove a module, click 'Position' and select 'not used' from the drop down list.
Width on desktop and mobile: Each row consists of 12 columns. The number of columns defines the width of the module.
 [[Image:rowBooking_page.png|600px|link=]][[Media:rowBooking_page.png|view large]]
*Set "Code Sent to Email Address" to "Must be Entered" and your guest will only be able to proceed the booking after they enter a code that has been automatically sent to them.
=== Add a TripAdvisor review widget ===Tripadvisor and many other review servides provides a code snippet for reviews.
1. Copy the widget code from your TripAdvisor / review service account.
2. Add the code to your booking page
=== Add Chat ===
Chat systems provide a script which you can add in {{#fas:cog}} (SETTINGS) BOOKING ENGINE > PROPERTY BOOKING PAGE > DEVELOPER Advanced "Insert in HTML <HEAD>" to add a chat to a property booking page or {{#fas:cog}} (SETTINGS) BOOKING ENGINE > MULTI BOOKING PAGE > DEVELOPER "Insert in HTML Settings<HEAD>" to add a chat to the the multi property booking page.
==Use multiple layouts==
If you want to use multiple layouts you can set the number you want to use them under before you save. To open another than the default layout add a parameter to the URL. Example:
https://www.beds24.com/booking2.php?propid=13437&layout=2
will display layout 2. If you are using Wordpress you can add a layout parameter to the shortcode as explained in the plugin settings.
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 > DEVELOPER "Advanced HTML Settings".
Custom Instruction: <code> <script type="text/javascript"> $(document).ready(function() { $("#buttoncustominstruction").val("the new text"); }); </script></code> Authorize.Net:  <code><script type="text/javascript">$(document).ready(function() { $("#buttonauthorizenet").val("the new text"); }); </script></code>
Authorize.NetPaypal: <script type="text/javascript"> $(document).ready(function() { $("#buttonauthorizenet").val("the new text"); }); </script>
Paypal <code><script type="text/javascript"> $(document).ready(function() { $("#buttonpaypal").val("the new text"); }); </script></code>
[[:category:Developers |Here]] you can find more developer options.

Navigation menu