Category:Multiple Properties: Difference between revisions

Jump to navigation Jump to search
No edit summary
Lesley (talk | contribs)
No edit summary
 
(14 intermediate revisions by 2 users not shown)
Line 19: Line 19:
*Policies for property
*Policies for property


<div class="warning">{{#fas:exclamation-triangle}} If you have less than 50 properties in the account the system will check if all selected criteria are fulfilled. For accounts with more then 50 properties for performance reasons the system will only check if any rooms are available for the selected dates.</div> 
<embedvideo service="youtube">http://www.youtube.com/watch?v=qVOGr_mqYJA</embedvideo>
 
== Limitations ==
 
*If you have less than 50 properties in the account the system will check if all selected criteria are fulfilled.  
 
*For accounts with more than 50 properties for performance reasons the system will only check if any rooms are available (not closed) for the selected dates. If there are no prices for the selection you will see 'Check Availability' box
 
*Prices do not include Obligatory Upsell Items, this is why the price has 'Price from'.
 
*If you need to show the properties in the same order after each search, then ensure each property has a different Sell Priority.


<embedvideo service="youtube">http://www.youtube.com/watch?v=qVOGr_mqYJA</embedvideo>


== Pictures ==
== Pictures ==
Line 28: Line 37:
<embedvideo service="youtube">https://www.youtube.com/watch?v=lXFa0MPO8TU</embedvideo>
<embedvideo service="youtube">https://www.youtube.com/watch?v=lXFa0MPO8TU</embedvideo>


== Multi property content content ==
== Multi property content ==
*To add descriptions above and below the property listing go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE > CONTENT and enter your descriptions. If you are using the responsive version go to {{#fas:cog}} (SETTINGS)  BOOKING ENGINE > MULTIPLE PROPERTIES->LAYOUT "Property Header and Footer" to activate the descriptive module.
*To add descriptions above and below the property listing go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE > CONTENT and enter your descriptions. If you are using the responsive version go to {{#fas:cog}} (SETTINGS)  BOOKING ENGINE > MULTIPLE PROPERTIES->LAYOUT "Property Header and Footer" to activate the descriptive module.
*To add an agency picture slider (responsive version only) go to {{#fas:cog}} (SETTINGS)  BOOKING ENGINE PICTURES. Upload your pictures and activate them as "Multiple Property Picture". Then go to {{#fas:cog}} (SETTINGS)  BOOKING ENGINE->MULTIPLE PROPERTIES->LAYOUT "Property Header and Footer" to activate the slider.
*To add an agency picture slider (responsive version only) go to {{#fas:cog}} (SETTINGS)  BOOKING ENGINE PICTURES. Upload your pictures and activate them as "Multiple Property Picture". Then go to {{#fas:cog}} (SETTINGS)  BOOKING ENGINE->MULTIPLE PROPERTIES->LAYOUT "Property Header and Footer" to activate the slider.


==Property content==
==Property content==
The layout and the used modules for the property display can be customised in{ {#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE > LAYOUT "Multiple Property Layout" .
The layout and the used modules for the property display can be customised in {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE > LAYOUT "Multiple Property Layout" .
 
*The price shown on the multi property booking page is the '''lowest of offer 1 and 2.'''
 
<span style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> '''If you have multiple offers then ensure that there is always a price for offer 1 or offer 2, otherwise the property will not show on the multi property booking page.'''


*To add a property picture go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE >  PICTURES. Upload a picture and activate it as "Property Picture".
*To add a property picture go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE >  PICTURES. Upload a picture and activate it as "Property Picture".


*To add a property picture slider (responsive version only) go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > PICTURES. Upload your pictures and activate them as "Property Picture". Then go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE >LAYOUT "Multiple Property Layout" " Customise" to activate the slider.
*To add a property picture slider (responsive version only) go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > PICTURES. Upload your pictures and activate them as "Property Picture". Then go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE >LAYOUT "Multiple Property Layout" " Customise" to activate the slider.
M
 
*To add a property description go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > PROPERTY BOOKING PAGE > 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 a property description go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > PROPERTY BOOKING PAGE > CONTENT and enter your descriptive text in "Property Description - Booking Page 1" (responsive booking page version) or "Property Summary Description" (adaptive booking page version).


Line 48: Line 61:


===Property header and footer===
===Property header and footer===
Agency modules can optionally also disply on the property booking pages. The settings are available in {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE > LAYOUT.
Agency modules can optionally also display on the property booking pages. The settings are available in {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE > LAYOUT.


===Hide one or more properties===
===Hide one or more properties===
Line 58: Line 71:
These criteria need to be assigned your properties in {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE >PROPERTY SETTINGS
These criteria need to be assigned your properties in {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE >PROPERTY SETTINGS


To always show the search criteria without opening the "Advances Search" link go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE > DEVELOPERS and add  
To always show the search criteria on page load without clicking "Advanced Search" go to {{#fas:cog}} (SETTINGS)  > BOOKING ENGINE > MULTI BOOKING PAGE > DEVELOPERS and add  


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


in "Advanced HTML Settings".
in "Advanced HTML Settings".