This extension provides a customer-facing booking application that will automate booking creation. Comes with an embeddable code that you can add to your existing website.
- Fork the repository https://github.com/minical/online-booking-engine or clone it locally, or you can get this extension from miniCal MarketPlace.
- Upload the extension folder into the /public/application/extensions directory.
- Activate the extension through the "Extensions" screen in miniCal.
- Click on the setting icon. It will redirect you to the Online Booking Engine setting page. You can control booking form fields and other Online Booking Engine-related configurations from this page.
- Click on the view icon. It will redirect you to the Online Booking Engine Interface.
- Intelligent calendar, A simple Interface for the customer to create bookings.
- Can control Booking form fields.
- Automated e-mails make management easier.
- Various currencies and languages.
- instantly sync all connected channels in real-time.
- Capture CC details.
The version is broken down into 4 points e.g 1.2.3.4 We use MAJOR.MINOR.FEATURE.PATCH to describe the version numbers.
A MAJOR is very rare, it would only be considered if the source was effectively re-written or a clean break was desired for other reasons. This increment would likely break most 3rd party modules.
A MINOR is when there are significant changes that affect core structures. This increment would likely break some 3rd party modules.
A FEATURE version is when new extensions or features are added (such as a payment gateway, shipping module, etc). Updating a feature version is at a low risk of breaking 3rd party modules.
A PATCH version is when a fix is added, it should be considered safe to update patch versions e.g 1.2.3.4 to 1.2.3.5