extcode/cart-pdf

Shopping Cart(s) for TYPO3 - PDF Renderer for Invoices and Delivery Notes

Installs: 1 649

Dependents: 0

Suggesters: 0

Security: 0

Stars: 2

Watchers: 2

Forks: 13

Open Issues: 4

Type:typo3-cms-extension

pkg:composer/extcode/cart-pdf

v5.0.0 2021-01-03 21:17 UTC

README

Description

Cart is a small but powerful extension which "solely" adds a shopping cart to your TYPO3 installation. CartPdf allows you to generate attractive PDFs. Whether order confirmations, invoices, delivery notes, or even your own types. The EventListener integrates itself into the ordering process so that the generated files are sent as email attachments.

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

Installation as extension from TYPO3 Extension Repository (TER)

An installation from TER is not possible because tecnickcom/tcpdf will be installed as a dependency. Installing external packages is not provided by the extension manager.

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 Pdf TYPO3 PHP Support/Development
8.x.x 13.4 8.2 - 8.4 Features, Bugfixes, Security Updates
7.x.x 12.4 8.1 - 8.4 Bugfixes, Security Updates
5.x.x 10.4 7.2 - 7.4
4.x.x 9.5 7.2 - 7.4
3.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