Rates based on starting day

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 Rate that depends on the day of the week?  For instance, if a 4-day reservation starts on Monday, we have a discounted rate.

 

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.

 

First, assuming this is for a rate that's at least 4 days but less than 1 week, you would need the rate to be set up as "Applies if >= 4 days" and "Applies if <= 6 days".

 

Then, put this in the Advanced Condition Expression:

 

 DoW(Resv:Resv_First_Date) = 2

 

It has to be exact, so use copy/paste if possible.  The "Dow" fucntion gets the day of the week, and 2 is the value for Monday.

 

Also note that you should have this rate above the normal daily rate in the list (so it checks these conditions first), so then for any extra days it will use the normal daily rate.

 

 


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

Campground Master Home