heimrichhannot / contao-isotope-resource-booking-bundle
This bundle adds a booking functionality to Isotope.
Installs: 31
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 0
Open Issues: 1
Type:contao-bundle
Requires
- php: ^7.4||^8.0
- contao/core-bundle: ^4.9
- heimrichhannot/contao-be_explanation-bundle: ^2.4
- heimrichhannot/contao-encore-bundle: ^1.6
- heimrichhannot/contao-utils-bundle: ^2.200
- isotope/isotope-core: ^2.7
- symfony/http-kernel: ^4.4||^5.0
- symfony/translation-contracts: ^1.0 || ^2.0 || ^3.0
Conflicts
README
This bundle adds a booking functionality for products to Isotope.
Limitations
Works currently only with Encore Bundle.
Setup
Install with composer or contao manager and update database afterwards.
composer require heimrichhannot/contao-isotope-resource-booking-bundle
Usage
To add booking functionality to a product, you need to active the booking action in the frontend module for bookable products.
In the backend, you can add the fields bookingBlock, bookingReservedDates and bookingOverview.
Field | Description |
---|---|
bookingBlock | Days to block around booking date (for shipping, printing, ...) |
bookingReservedDates | Reserve date to block booking |
bookingOverview | Displays a calendar containing information about booked items. |