Difference between revisions of "Category:Multiple Properties"

From Beds24 Wiki
Jump to navigation Jump to search
Line 36: Line 36:
 
'''Search Criteria'''
 
'''Search Criteria'''
  
Custom search criteria can be set u in SETTINGS -> BOOKING PAGE ->MULTIPLE PROPERTIES-> SEARCH CRITERIA. The context help (? icons) and the page help give detailed information.
+
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  
 
To always show the search criteria without opening the "Advances Search" link go to SETTINGS->BOOKING PAGE->MULTIPLE PROPERTIES->DEVELOPERS and add  

Revision as of 15:53, 25 July 2017


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

In this menu you can set up and customise the look of a 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.

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.

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.

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".