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.

Comments

kenorb’s picture

Unfortunately it's not supported. If you really need this, this can be done by paid customization, sorry.

inky@inky3d.com’s picture

Title: 48hr notice period » close bookings 48 hours in advance
Category: support » feature

Thanks, I'll let my client know

alexdmccabe’s picture

Status: Active » Needs review
StatusFileSize
new3.34 KB

I 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.

kenorb’s picture

Great 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.

  • kenorb committed 7cbb76a on 6.x-1.x authored by alexdmccabe
    Issue #869418 by alexdmccabe: close bookings 48 hours in advance
    
kenorb’s picture

Issue summary: View changes
Status: Needs review » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.