• Resolved thebarkacademy

    (@thebarkacademy)


    Hi,

    It’s good to be back with Booking Activities! Thanks for being AWESOME.

    Quick question:

    Is it possible yet to set multiple services for the same booking slot? Maybe a drop down that allows the customer to choose the service and then choosing the time slot? The slot would then be blocked and cannot be booked by anyone else for any other service.

    I have searched the support threads, but can’t seem to locate a similar question.

    Thanks in Advance!

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author yoancutillas

    (@yoancutillas)

    Hello, thanks a lot!

    With WooCommerce, you can bind the same Booking form to multiple product variations. So you will need to choose the desired product, and then book the desired timeslot for it.

    If you want it to be unavailable for the other activities, you will need to set the availability to 1.

    If this doesn’t meet your needs, and if you know how to maintain custom code, you can use this custom code to make an event unavailable as soon as another is booked: https://github.com/bookingactivities/booking-activities/issues/45

    This custom code will be exceptionally updated when Booking Activities 1.9 will be released, this week. Else, I cannot provide support for custom code.

    Thread Starter thebarkacademy

    (@thebarkacademy)

    Thank you so much for your response! Does this mean there will be no need for the custom code after the update is released this week?

    Plugin Author yoancutillas

    (@yoancutillas)

    No, it means that this code will stop working after 1.9, and will even cause malfunctioning to your website.

    You will need to update the custom code on your site after updating Booking Activities 1.9.

    I will provide the updated code on github (on the same page), so you will just need to replace the old custom code with the new one on your site.

    Thread Starter thebarkacademy

    (@thebarkacademy)

    One more question:

    I have added categories and the code. Do I need to use only one calendar for this to work?

    Thanks for your help!

    Plugin Author yoancutillas

    (@yoancutillas)

    You need to group the events that cannot be booked simultaneously, and in order to make a group, the events need to be on the same calendar.

    You can create multiple group categories on multiple calendars, as long as you set their (comma separated) IDs in the code.

    Booking Activties 1.9 is now released. I have updated the custom code on github.

    Thread Starter thebarkacademy

    (@thebarkacademy)

    Because the services are grouped, only one is being selected and the price for the chosen service is correct. But both services are being displayed in the shopping cart.

    See: https://snipboard.io/fx2l9u.jpg

    This could be very confusing for the customer. How can I hide the service that was not selected from the cart?

    Plugin Author yoancutillas

    (@yoancutillas)

    The groups of the categories used for the custom code must not be accessible to the customers.

    Go to Booking Activities > Booking forms > your form > Calendar Settings > unselect the group category in the “Group category” option / use the “None” option / Do not use the “All” option.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Choose a Service for one slot’ is closed to new replies.