Rates for last-minute reservations

Top  Previous  Next

DISCLAIMER: This article involves Advanced Customizations, which can be technically challenging to get working and is not part of standard support.  This is programming and must be done precisely or the results can be unpredictable.  This information is provided as a service for those who have the technical skills to work through it -- we cannot help you solve any issues with getting it working.  For more information about Advanced Customizations, see the full documentation:

https://campgroundmaster.com/help/overview32.html

 

 

Q: How do we make a higher Rate for last-minute reservations, e.g. if they make the reservation less than 2 days in advance?

 

A: If you're using version 4.2.2 or later, you can do this using the "Advanced Condition Expression" setting in the Rates definitions.

 

Create a new rate definition (e.g. make a copy of the normal daily rate), with the amount changed for the last-minute rate.

 

Then, put this in the Advanced Condition Expression:

 

 Days(Resv:Resv_First_Date, Resv:Resv_Date_Made) <= 2

 

It has to be exact, so use copy/paste if possible.  The Days() function shown calculates the number of days between the first night of the reservation and the date it's made (e.g. like subtraction), so this rate will apply if it's made 2 or less days before it starts.

 

Also note that you should have this rate above the normal daily rate in the list (so it checks these conditions first), so this rate has priority over the normal rate.

 

 


Page URL https://CampgroundMaster.com/news/ratesforlastminuteres.html

Campground Master Home