Admin can set unlimited day ranges pricing from the back-end. During booking, the price calculates depending on the respective day range's price.+
Suppose you set min day 1 and max days 5 and it’s cost as 60$, another day ranges pricing is min days 6 and max days 10 and it’s cost 50$.
You can set price asper-day
orfixed
basis.
If you set price applicable asper day
then the calculation will be like this: Now if any one book 3 days from front-end then the total price will be = 60 * 3 $ = 180$.
Now if any one book 8 days from front-end then the total price will be = 50 * 8 $ = 400$
If you set price applicable asfixed
then the calculation will be like this:
Now if any one book 3 days from front-end then the total price will be = 60$ = 60$.
Now if any one book 8 days from front-end then the total price will be = 50$ = 50$