jambagecom / voucher
后端扩展,用于管理前端用户的优惠券代码。此扩展与tt_products和agency协同工作。
v0.6.1
2022-01-22 17:00 UTC
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-09-19 19:27:31 UTC
README
此扩展最初由 pimp-my-pad.de 提供
如果您想使用优惠券扩展与tt_products一起使用,那么您必须在您的tt_products配置中添加以下内容:
plugin.tt_products { table.voucher = tx_voucher_codes voucher.active = 1 }
后端模块的待办事项:使用FormEngine
// TYPO3 文档: https://docs.typo3.org/typo3cms/CoreApiReference/ApiOverview/FormEngine/Introduction/Index.html