I am trying to create a booking app and not sure if what I need is possible and could do with some advice…
- The customer can choose a service that they’d like to book (a service has multiple days of the week where it is available)
- They can then choose the day(s) they would like to book on (e.g, Mondays and Wednesday)
- They also have the option of choosing to book for a number of weeks for this to recur for e.g, Mondays and Wednesdays for 8 weeks (they can choose how many)
The price of the booking is calculated from the above and all of the info is shown on the admin side. The problem is, I need the days when the customer has booked for to then translate into a diary/calendar format for the admin side so they can go in and see their booking for the day/week/month - i’m not sure on how to pull in the correct dates using this method, does anyone have any suggestions?