Hi, it’s the first time I am using Wix. I’m trying to use the Hotel App to build a booking system for a hostel. There are three specific requirements that I’d like to see if I can implement:
- The hostel has rooms, but the bookings are made by the number of beds you book (i.e. people may share rooms from other bookings).
- The hostel has a different price for the beds depending if you’re a member or non-member. It also has different prices if you’re an infant, child, high-schooler or adult.
- The bookings must only be made by members. And all the names in the booking must be captured.
If I were to extend the Hotels App to include such functionality, would that be possible? Could anyone give me some hints please? Thanks!