We are currently building a website for a customer and we are looking for a plugin similar to BookingPress. We already bought BookingPress, but it’s missing an important feature which is need by our client.
The cars should be bookable for 2 hours, 4 hours or 24 hours, only the starting time of the rental should be during the working hours.
For example, if the working hours are from 08:00 to 12:00 and 14:00 to 18:00, customers should be able to book a car for 4 hours from 11:00 until 15:00 as well as from 15:00 to 19:00.
On the other hand, a booking starting at 07:00, 13:00 or 19:00 should not be possible.
Are there any plugins, which have this feature?
[ad_2]
Looks like a custom development is required here. Check if there are any filters available in the plugin documentation and then add your custom logic around those filters to make it work.
Simple