Skip to content

CartProducts is a TYPO3 extension and provides an own data storage for simple and configurable products. Products can be offered via a list and detail view and can be purchased via cart function of the Cart extension.

Notifications You must be signed in to change notification settings

rintisch/cart_products

 
 

Repository files navigation

Cart Products

Codacy Badge

Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. Cart Products provides an own data storage for simple and configurable products. Products can be offered via a list and detail view and can be purchased via cart function of the Cart extension.

1. Features

2. Installation

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-products.

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

Cart Products TYPO3 PHP Support/Development
4.x.x 10.4, 11.5 7.2+ Features, Bugfixes, Security Updates
3.x.x 10.4 7.2 - 7.4 Bugfixes, Security Updates
2.x.x 9.5 7.2 - 7.4 Security Updates
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.

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

About

CartProducts is a TYPO3 extension and provides an own data storage for simple and configurable products. Products can be offered via a list and detail view and can be purchased via cart function of the Cart extension.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 87.0%
  • HTML 7.9%
  • JavaScript 3.6%
  • Other 1.5%