Let users book appointment when it has already started
Hello,
I have currently set up easy appointments for 30minute appointments with 30minute duration, for example 13:00 - 13:30 ; 13:30 - 14:00.
However my appointments only last 15 Minutes but I still want it displayed the same way.
Without changing what is displayed on the front end, I want people to be able to still book an appointment up to 15 minutes into the timeslot. For example: Timeslot 13:30 - 14:00
At 13:40 user will still see this slot and be able to book it. I know I can change duration and steps of the timeslots, but I dont wanna do this.
In other words, I wanna set negative block time (-15minutes). Is there a way to do this? I was thinking of just changing the code so "Current time" is actually "Current time - 15" but maybe there is a better option?
Without changing what is displayed on the front end, I want people to be able to still book an appointment up to 15 minutes into the timeslot. For example: Timeslot 13:30 - 14:00
At 13:40 user will still see this slot and be able to book it. I know I can change duration and steps of the timeslots, but I dont wanna do this.
In other words, I wanna set negative block time (-15minutes). Is there a way to do this? I was thinking of just changing the code so "Current time" is actually "Current time - 15" but maybe there is a better option?