Hi, I run a Booking Calendar Business Large edition, and set 2 type of booking, configuring 2 differents ranges of days.
For this I used javascript and bk_2clicks_mode_days_.. parameters and bk_days_selection_mode = ‘dynamic’.
Now, I want to set unavailable days before and after booking date. I tried to set the parameter for this but it has no effect in the calendar, when there is a range of days with a resource already booked, I don’t see the effect of setting 7 unavailable days before.
Could you please help me to set this ?
my javascript for range selection, is the following:
bk_days_selection_mode = ‘dynamic’;
bk_2clicks_mode_days_min = 11;
bk_2clicks_mode_days_max = 18;
bk_2clicks_mode_days_specific = [11,18];
bk_2clicks_mode_days_start = [5];
