Template Variables: Difference between revisions

Jump to navigation Jump to search
Lesley (talk | contribs)
Lesley (talk | contribs)
Line 1,722: Line 1,722:
You want to display a special message for your guests for any bookings with Status not = Confirmed, and if the checkin date is more than 30 days in advance, then send the message with "Payment Due Date : "or that the "Payment is due As soon as possible".
You want to display a special message for your guests for any bookings with Status not = Confirmed, and if the checkin date is more than 30 days in advance, then send the message with "Payment Due Date : "or that the "Payment is due As soon as possible".


13. [<span style="color: #019cde">[IFBETWEEN:[TURNOVERDAYS]:0/span><span style="color: #75d5ad">:3:yes|</span><span style="color: #fe746c">no</span>]  
13. [<span style="color: #019cde">IFBETWEEN:[TURNOVERDAYS]:0</span><span style="color: #75d5ad">:3:yes|</span><span style="color: #fe746c">no</span>]  


You want to test if the days between the current booking and next booking is between 0 and 3 days.
You want to test if the days between the current booking and next booking is between 0 and 3 days.