Category:Multiple Properties

From Beds24 Wiki
Revision as of 16:43, 25 July 2017 by Annette (talk | contribs)
Jump to navigation Jump to search


This page is a about the menu SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES.


1 Multiple property Booking Page

The multiple property booking page displays all properties of the account. It links to the property booking page where the actual booking is made.

1.1 Customise the General Design

  • To change colors and fonts go to SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES->STYLE
  • To add descriptions in on above and below the property listing go to SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES->CONTENT and enter your descriptions. If you are using the responsive version go to SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES->LAYOUT "Property Header and Footer" to activate the descriptive module.
  • To add an agency picture slider (responsive version only) go to SETTINGS->BOOKING PAGE->PICTURES. Upload your pictures and activate them as "Multiple Property Picture". Then go to SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES->LAYOUT "Property Header and Footer" to activate the slider.

1.2 Customise Property Display

Each property can be displayed with a picture or picture slider and/or a description. The layout and the used modules for the property display can be customised in SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES->LAYOUT "Multiple Property Layout" .

  • To add a property picture go to SETTINGS->BOOKING PAGE->PICTURES. Upload a picture and activate it as "Property Picture".
  • To add a property picture slider (responsive version only) go to SETTINGS->BOOKING PAGE->PICTURES. Upload your pictures and activate them as "Property Picture". Then go to SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES->LAYOUT "Multiple Property Layout" " Customise" to activate the slider.
  • To add a property description go to SETTINGS->BOOKING PAGE->PAGE DESIGN -> CONTENT and enter your descriptive text in "Property Description - Booking Page 1" (responsive booking page version) or "Property Summary Description" (adaptive booking page version).
  • To add an availability calendar (responsive version only) go to SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES->LAYOUT "Multiple Property Layout" " Customise" to activate the property calendar module. When you click on "Manage" you can set the number of calendars to display. Make sure you check the "Position" and "Desktop" settings when you add a module.
  • To add an a features module (responsive version only) go to SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES->LAYOUT "Multiple Property Layout" " Customise" to activate the property features module. When you click on "Manage" you can adjust the column width. Make sure you check the "Position" and "Desktop" settings when you add a module. Features can be added in SETTINGS->PROPERTIES->DESCRIPTION.

Hide a Property

You can hide a property from your booking page by setting "Sell Priority" = Hide in SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES-> PROPERTY SETTINGS.

1.3 Search Criteria

Custom search criteria can be set up in SETTINGS -> BOOKING PAGE ->MULTIPLE PROPERTIES-> SEARCH CRITERIA. The context help (? icons) and the page help give detailed information.

To always show the search criteria without opening the "Advances Search" link go to SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES->DEVELOPERS and add

<script>
$( document ).ready(function() {
$("#collapseAdvancedSearch").show();
});
</script>

in "Advanced HTML Settings".

2 Booking Widgets

The Multiple Property Search Criteria, can be used to create a booking widget, first create the search criteria, then SETTINGS -> BOOKING PAGE ->MULTIPLE PROPERTIES->PROPERTY SETTINGS and then go to SETTINGS-> BOOKING PAGE-> BOOKING WIDGETS, Set PROPERTY = ALL and design your widget, ensuring that you change SEARCH LABEL to show the search criteria in your booking widget.

NOTE: If you make changes to your booking widget you need to copy the code 'Get Code' to your website again.