bookingactivities / booking-activities

Wordpress plugin booking system
GNU General Public License v3.0
28 stars 8 forks source link

Show activities that are not bookable (YET!) #146

Open rayedgar opened 2 years ago

rayedgar commented 2 years ago

Is there a way to show upcoming activities that will show on the calendar that are bookable in say 21 days? (hide/display option per activity in the booking form?) If I set the availability now before the threshold of 'at the earliest' they activities are NOT displayed.

We do want to inform the users that the activity is coming up, but due to admin reasons we cannot let them book yet.

yoancutillas commented 2 years ago

No, the 'at the earliest' option cuts the events interval at the source: future events are not retrieved at all.

However, you can display a global calendar displaying all the events for advisory purposes only, and another booking form to book the events.

rayedgar commented 2 years ago

Thanks for your reply.. Im afraid that would not be workable and might be even more confusing to click an activity through another calendar where you cant book the activity (yet). Is there a custom way to override the 'at the earliest' option so that it would retrieve the activities and display them? but not be bookable. I see the logic here of course. But It would make the booking so more flexible. I think it would be a future request to be able to see upcoming events that are not bookable yet.

yoancutillas commented 2 years ago

Sure, you can do that with custom code. If it can help, here is an example of custom code that prevent the booking if certain conditions are not met: #74, you can adapt this code with your own conditions.

I note your feature request, thank you!

rayedgar commented 2 years ago

I will look into it. many thanks