extcode / cart
Shopping Cart(s) for TYPO3
Fund package maintenance!
extcode
paypal.me/extcart
Installs: 87 139
Dependents: 15
Suggesters: 0
Security: 0
Stars: 57
Watchers: 12
Forks: 51
Open Issues: 26
Type:typo3-cms-extension
Requires
- php: ^8.1
- ext-json: *
- ext-openssl: *
- typo3/cms-core: ^12.4
- typo3/cms-extbase: ^12.4
- typo3/cms-fluid: ^12.4
- typo3/cms-form: ^12.4
Requires (Dev)
- codappix/typo3-php-datasets: ^1.5
- friendsofphp/php-cs-fixer: ^3.16
- phpstan/phpstan: ^1.10
- sbuerk/typo3-cmscomposerinstallers-testingframework-bridge: ^0.0.1
- ssch/typo3-rector: ^2.6
- typo3/cms-dashboard: ^12.4
- typo3/testing-framework: ^8.0
Suggests
- typo3/cms-dashboard: ^12.3
- dev-main
- 9.x-dev
- v9.1.0
- v9.0.3
- v9.0.2
- v9.0.1
- v9.0.0
- 8.x-dev
- v8.6.1
- v8.6.0
- v8.5.2
- v8.5.1
- v8.4.6
- v8.4.5
- v8.4.4
- v8.4.3
- v8.4.2
- v8.4.1
- v8.4.0
- v8.3.2
- v8.3.0
- v8.2.3
- v8.2.0
- v8.1.0
- v8.0.3
- v8.0.2
- v8.0.1
- v8.0.0
- 7.x-dev
- v7.7.4
- v7.7.3
- v7.7.2
- v7.7.1
- v7.7.0
- v7.6.0
- v7.5.0
- v7.4.9
- v7.4.8
- v7.4.1
- v7.3.8
- v7.2.0
- v7.1.8
- v7.1.4
- v7.1.3
- v7.1.2
- v7.1.1
- v7.1.0
- v7.0.1
- v7.0.0
- 6.x-dev
- v6.14.0
- v6.13.2
- v6.13.1
- v6.13.0
- v6.12.0
- v6.11.5
- v6.11.2
- v6.11.1
- v6.11.0
- v6.10.0
- v6.9.2
- v6.9.1
- v6.9.0
- v6.8.2
- v6.8.1
- v6.8.0
- v6.7.0
- v6.6.1
- v6.6.0
- v6.5.1
- v6.5.0
- v6.4.0
- v6.3.0
- v6.2.0
- v6.1.5
- v6.1.4
- v6.1.3
- v6.1.2
- v6.1.1
- v6.1.0
- v6.0.2
- v6.0.1
- v6.0.0
- 5.x-dev
- v5.10.0
- v5.9.5
- v5.9.4
- v5.9.3
- v5.9.1
- v5.9.0
- v5.8.0
- v5.7.1
- v5.7.0
- v5.6.1
- v5.6.0
- v5.5.2
- v5.5.1
- v5.5.0
- v5.4.0
- v5.3.0
- v5.2.0
- v5.1.5
- v5.1.4
- v5.1.3
- v5.1.2
- v5.1.1
- v5.1.0
- v5.0.1
- v5.0.0
- 4.x-dev
- v4.8.2
- v4.8.1
- v4.8.0
- v4.7.8
- v4.7.7
- v4.7.5
- v4.7.3
- v4.7.0
- v4.3.0
- v4.2.0
- v4.1.0
- v4.0.9
- v4.0.8
- v4.0.3
- v4.0.0
- 3.x-dev
- v3.12.8
- v3.12.6
- v3.12.4
- v3.12.3
- v3.12.0
- v3.11.1
- v3.11.0
- v3.9.0
- v3.6.2
- v3.2.1
- v3.2.0
- v3.1.0
- v3.0.1
- v3.0.0
- 2.x-dev
- v2.4.3
- v2.0.0
- v1.8.3
- v1.8.0
- v1.7.0
- v1.6.7
- v1.6.0
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.3
- 1.2.0
- 1.1.3
- 1.1.2
- 1.1.1
- 1.1.0
- 1.0.1
- 1.0.0
- dev-10.x-dev
- dev-593-add-event-to-assign-own-data-to-view
- dev-588-add-events-to-add-buttons-to-backend-module
- dev-rename_build_folders
- dev-l10n_main
This package is auto-updated.
Last update: 2024-10-24 11:28:08 UTC
README
The extension is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation and is well suited for content commerce.
The extension allows you to add products to a cart and handles the order process completely.
There are other awesome extensions like extcode/cart-products
, extcode/cart-events
, and extcode/cart-books
to
handle different types of products.
Furthermore, you will find some payment provider extensions like extcode/cart-payone
, extcode/cart-paypal
,
extcode/cart-saverpay
, and more to add payment methods to the checkout process.
1. Features
- makes intensive use of the TYPO3 Core API functionality
- very well expandable
- several hooks, signal slots, and interfaces
- API (finisher pipeline) to process the order with possibility to register own tasks
- API to add payment providers
- API to connect your own product extensions
- highly configurable through TypoScript
- proved Bootstrap templates
- backend module to show and utilize orders
2. Installation / Upgrade
2.1 Installation
Installation using Composer
The recommended way to install the extension is by using Composer.
In your Composer based TYPO3 project root, just do composer require extcode/cart
.
Installation as extension from TYPO3 Extension Repository (TER)
Download and install the extension with the extension manager module.
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.
3. Administration
3.1 Compatibility and supported Versions
If you need extended support for features and bug fixes outside of the currently supported versions, we are happy to offer paid services.
3.2. Changelog
Please have a look into the official extension documentation in changelog chapter
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.
4. Sponsoring
- Ask for an invoice.
- GitHub Sponsors
- PayPal.Me