Booking

Hi there! My name is Laura, I am a begginer, I am working on a website where you can book courses and I am wondering if anyone can help me.
So basically the website is selling courses. I set up the courses, now I am trying to find out if it’s possible when a client select a specific course, can the system ask if they want to add any other course and if they select yes the options will drop down to choose from the rest of the courses and at the end, pay for both? I would be really grateful if anyone can help me.

Hi, Laura!

It’s possible to do if you use Wix Stores:
https://support.wix.com/en/article/corvid-tutorial-adding-multiple-items-to-the-cart-in-a-wix-stores-site

Alternatively, you can use lightbox for that:
https://www.youtube.com/watch?v=jqYnPzwgi24
https://support.wix.com/en/article/about-lightboxes

The user flow then will be something like this:

  1. Let’s say we have a page with a list of the courses and a button “Add course”
  2. When user clicks on the button, the lightbox pops up with the text something like: “Would you like to add one more course?” with two buttons: “Yes” and “No”
  3. If user clicks “Yes”, the lightbox closes and user can continue to add more corses.
  4. “Add course” button has an event, which adds an item to the card. (For this step you’ll need to implement a custom cart functionality with code)