Minimum Stay and Maximum Stay: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| (2 intermediate revisions by the same user not shown) | |||
| Line 40: | Line 40: | ||
== Guest who stay only one night pay a higher price than guests who stay three or more nights == | == Guest who stay only one night pay a higher price than guests who stay three or more nights == | ||
''' | '''Solution 1 : Multiple Daily Prices ''' | ||
Daily price 1 | |||
*Minimum Stay =1 | *Minimum Stay =1 | ||
*Maximum Stay =2 | *Maximum Stay =2 | ||
''' | Daily price 2 | ||
*Minimum Stay= 3 | |||
*Maximum Stay=999 | |||
Ensure the Minimum Stay/Maximum Stay do not overlap, as you will not see the result you expect. | |||
'''Solution 2 : Multiple Fixed Prices ''' | |||
Fixed Price 1 | |||
*Minimum Stay =1 | |||
*Maximum Stay =2 | |||
Fixed Price 2 | |||
*Minimum Stay= 3 | *Minimum Stay= 3 | ||
*Maximum Stay=999 | *Maximum Stay=999 | ||
Ensure the Minimum Stay/Maximum Stay do not overlap, as you will not see the result you expect. | |||
<span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> <span style="font-weight: bold;" >Tip</span> You can create as many prices as you need to reflect your pricing strategy. | <span class="" style="color: #f3e504; font-size: 250%;" >{{#fas:lightbulb}} </span> <span style="font-weight: bold;" >Tip</span> You can create as many prices as you need to reflect your pricing strategy. | ||
| Line 226: | Line 237: | ||
*set the "Minimum Stay" for each daily price | *set the "Minimum Stay" for each daily price | ||
2. When you now | 2. When you now go to the CALENDAR you will see a row for each daily price where you can enter the price. | ||
= Send Minimum Stays to Channels = | = Send Minimum Stays to Channels = | ||
We can send minimum stays to channels which support this. You can find information on if/how an OTA support prices for different length of stay in this [[Channel_Manager_Capabilities|overview]] and refer to the help page of the channels you are using for specific information. | We can send minimum stays to channels which support this. You can find information on if/how an OTA support prices for different length of stay in this [[Channel_Manager_Capabilities|overview]] and refer to the help page of the channels you are using for specific information. | ||