Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. Cart Events provides an own data storage for events. Events can be offered via a list and detail view and can be purchased via cart function of the Cart extension.
The recommended way to install the extension is by using Composer. In your Composer based TYPO3 project root, just do composer require extcode/cart-events
.
Download and install the extension with the extension manager module.
If upgrading from cart version 4.8.1 or earlier: Please read the documentation very carefully! Please make a backup of your filesystem and database! If possible test the update in a test copy of your TYPO3 instance.
Cart Events | TYPO3 | PHP | Support/Development |
---|---|---|---|
2.x.x | 9.5 | 7.2 | Features, Bugfixes, Security Updates |
1.x.x | 8.7 | 7.0 - 7.2 | Features (in certain circumstances with feature toogle), Bugfixes, Security Updates |
Please have a look into the official extension documentation in changelog chapter
News uses semantic versioning which basically means for you, that
- bugfix updates (e.g. 1.0.0 => 1.0.1) just includes small bugfixes or security relevant stuff without breaking changes.
- minor updates (e.g. 1.0.0 => 1.1.0) includes new features and smaller tasks without breaking changes.
- major updates (e.g. 1.0.0 => 2.0.0) breaking changes wich can be refactorings, features or bugfixes.