Is there any way to close bookings 48 hours in advance, as opposed to just 24hrs?
I'm not very skilled with php (yet!) so currently can't tweak the module to change this - unless it's a setting in the views layout that I haven't found yet?
Any guidance is appreciated.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | booking_timeslots-close-bookings-in-advance-869418-3.patch | 3.34 KB | alexdmccabe |
Comments
Comment #1
kenorb commentedUnfortunately it's not supported. If you really need this, this can be done by paid customization, sorry.
Comment #2
inky@inky3d.com commentedThanks, I'll let my client know
Comment #3
alexdmccabeI know this is several years later, but looking at the latest dev branch, it would appear that this functionality still doesn't exist. I put together a patch to implement it.
It also allows you to disable booking on Monday if today is Friday, Saturday, or Sunday. This allows for the use case when the site manager wants to disallow booking within 24 hours or over the weekends, without having to go in and reconfigure the settings every Friday.
Comment #4
kenorb commentedGreat stuff, I'll check it.
I believe you can do that in 7.x as there is integration with office_hours module where you can set periodically which days are available for booking and which are not.
Comment #6
kenorb commented