2 min lezen
Beschikbaar opBoeking
Setting up long-rent discounts in the old configuration panel tends to be a bit confusing for people. The new Booking flow makes it easier. This article is for people that still use the old configuration panel.
Let's start with an example: You want to rent a place for a certain amount. When the booking is for 1-6 nights, you want to charge the full amount. When the booking is 7 nights or longer, you want to give a 10% discount. Finally, when the booking is 14 nights or longer, you want to give a 25% discount.
To configure this we need to setup the following long-rent adjustments:
To give discounts of p1
, p2
, ..., pn
, percent when a booking lasts d1
, d2
, ..., dn
or more days add the following long-rent adjustments:
x(100)% on day d1 x(100 - p1 - (d1 - 1) * p1)% on day (d1 + 1) x(100 - p2)% on day (d2 + 1) x(100 - p2 - (d2 - 1) * (p2 - p1))% on day d2 ... x(100 - pn - (dn - 1) * (pn - p(n-1)))% on day dn x(100 - pn)% on day (dn + 1)
Laatst gewijzigd 1 december 2023