Minimum Stay and Maximum Stay: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| 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 | |||
'''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. | ||