jambagecom / voucher
Backend extension to manage voucher codes for FE users. This works together with tt_products and agency.
Installs: 47
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:typo3-cms-extension
pkg:composer/jambagecom/voucher
Requires
- php: ^8.1
- jambagecom/div2007: ^2.0
- typo3/cms-core: ^12.4 || ^13.4
Suggests
- friendsoftypo3/typo3db-legacy: >=1.1.0,<1.99
- jambagecom/agency: >=1.0.3,<2
- jambagecom/tt-products: >=2.16.0,<4
Replaces
- typo3-ter/voucher: v0.8.0
This package is auto-updated.
Last update: 2026-01-02 15:47:11 UTC
README
This extension has been originally brought to you by pimp-my-pad.de
If you want to use the voucher extension with tt_products, then you must put this into your tt_products setup:
plugin.tt_products { table.voucher = tx_voucher_codes voucher.active = 1 }
TODO for the backend module: use the FormEngine
// TYPO3 Dokumentatiion: https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/FormEngine/Introduction/Index.html