• Hi,
    I have the following use-case:
    I am offering two bookable products to user:
    (a) 1 hour session
    (b) Half hour session
    Both are “simple products” and can be booked independently.

    What I want — If a user books 1 hour session, then it should also block two 30-min time slots for half hour session product, since both can’t happen at same time.
    For eg, if a user books 1hr session from 4PM – 5PM, then it should also block time slots 4 – 4:30 PM, and 4:30 – 5PM for half hr session product.
    Likewise, if a user books half hr sesssion either from 4 – 4:30 PM OR 4:30 – 5PM, then it should also block 4 – 5PM time slot for 1 hr session.

    Could someone please give me suggestions on how to achieve this ?
    Thanks!

Viewing 1 replies (of 1 total)
  • Oh, I’ve been trying to do this and there is no way. I’ve tried with product variations also and the bookings are overlapped. I dig into the code and there are no way to do this. The check availability function is messy and there is no hooks. It’s a poor plugin but I didn’t find any free better option.
    Regards,
    Francisco

Viewing 1 replies (of 1 total)
  • The topic ‘Share time between two bookable products ?’ is closed to new replies.