Cart Books
, (*1)
Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation.
Cart Books provides an own data storage for books, magazines and journals. Books can be offered via a list and detail view and can be purchased via cart function of the Cart extension., (*2)
1. Features
-
-, (*3)
2. Installation
2.1 Installation
Installation using Composer
The recommended way to install the extension is by using [Composer][2]. In your Composer based TYPO3 project root, just do composer require extcode/cart-books
., (*4)
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module., (*5)
2.2 Update and Upgrade
Attention, Before updating to a new minor version or upgrading to a new major version, be sure to check the
changelog section in the documentation.
Sometimes minor versions also result in minor adjustments to own templates or configurations., (*6)
3. Administration
3.1 Compatibility and supported Versions
Cart Books |
TYPO3 |
PHP |
Support/Development |
5.x.x |
12.0 |
8.1+ |
Features, Bugfixes, Security Updates |
4.x.x |
10.4, 11.5 |
7.2+ |
Features, Bugfixes, Security Updates |
3.x.x |
10.4 |
7.2 - 7.4 |
Security Updates |
2.x.x |
9.5 |
7.2 - 7.4 |
1.x.x |
8.7 |
7.0 - 7.4 |
If you need extended support for features and bug fixes outside of the currently supported versions,
we are happy to offer paid services., (*7)
3.2. Changelog
Please have a look into the official extension documentation in changelog chapter, (*8)
3.3. Release Management
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., (*9)