Can I delay appointment times?
Hello! I would like to delay appointments by 48 hours if it is possilbe? In other words, if you try to book an appointment on Monday, the first available slot will be on Wednesday.
1 Answers
Hi, yes you can do that. There's a two ways of doing that. First is to go to EA Settings page and change option called blok time. It is in minutes so put there 2880 and it will prevent bookings when there is less than two days until appointment. Second option is to add param to short code called
min_date
. Something like this:min_date="+2d"
.
Best regards,
NikolaPlease login or Register to submit your answer