- Issue created by @afagioli
The hotel manager wants a definition of the check-in time slot for each reservation. To obtain this, he is willing to give the customer a discount if the check-in is carried out during the most convenient time slots for the hotel.
A). a BeeHotel PriceAlterator (manager defines discount per timeslot, guest selects preferred time slot i the search form, the matching discount is applied )
B). a new step is added in the checkout process
A). A new form element is added to the unit search form
B). The checkout process has a further step where user selects time slot and the price changes
A). Every BeeHotelUnit has a list of timeslot. IE:
-------------------
Golden Room
-------------------
Postponed: needs info
2.21
Code