jambagecom / voucher
Backend extension to manage voucher codes for FE users. This works together with tt_products and agency.
Installs: 44
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Type:typo3-cms-extension
Requires
- php: ^7.2 || ^8.0
- jambagecom/div2007: >=1.10.15,<2
- typo3/cms-core: ^9.5 || ^10.4 || ^11.5
Suggests
- friendsoftypo3/typo3db-legacy: >=1.0.0,<1.99
- jambagecom/agency: >=0.8.3,<1
- jambagecom/tt-products: >=2.9.20,<4
Replaces
- typo3-ter/voucher: v0.6.1
This package is auto-updated.
Last update: 2024-10-19 19:41:53 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