Bookings
The extension only provides interfaces for the booking system and does not process or store the submitted data. This is up to custom extensions.
Needs to be implemented
-
PSR-14 Event listener for
Generic
(Action Assignment Event class
)Name=Booking Controller - Contains the
Booking
with the submitted dataRequest
- Contains the
-
Processing the booking
- Database
- Email notification
- Configuration
- ...
-
For custom data fields
- Custom BookingRequest (like
Default
)Booking Request - Custom HTML template (
Templates/
)Booking/ Booking. html
- Custom BookingRequest (like
-
For custom events
- Add the feature
Booking
to your eventInterface
- Add the feature