jambagecom / tt-products
TYPO3 CMS 的购物系统扩展
v2.15.13
2024-09-04 14:37 UTC
Requires
- friendsoftypo3/typo3db-legacy: ^1
- jambagecom/div2007: ^2.0.5 || ^2.2
- jambagecom/table: ^0.13
- jambagecom/tsparser: ^0.12
- typo3/cms-core: ^11.5 || ^12.4
- typo3/cms-filelist: ^11.5 || ^12.4
Suggests
- friendsoftypo3/func: ^9.0
- jambagecom/addons-em: ^0.9
- jambagecom/static-info-tables-taxes: ^0.7
- jambagecom/taxajax: ^1.0
- sjbr/static-info-tables: ^11.5 || ^12
Replaces
- typo3-ter/tt-products: v2.15.13
- dev-master
- v2.15.13
- v2.15.12
- v2.15.11
- v2.15.10
- v2.15.9
- v2.15.8
- v2.15.7
- v2.15.6
- v2.15.5
- v2.15.4
- v2.15.3
- v2.15.2
- v2.15.1
- v2.15.0
- v2.14.22
- v2.14.21
- v2.14.20
- v2.14.19
- v2.14.18
- v2.14.17
- v2.14.16
- v2.14.15
- v2.14.14
- v2.14.13
- v2.14.12
- v2.14.11
- v2.14.10
- v2.14.9
- v2.14.8
- v2.14.7
- v2.14.6
- v2.14.5
- v2.14.4
- v2.14.3
- v2.14.2
- v2.14.1
- v2.14.0
- v2.9.5
- v2.9.4
- v2.8.24
- v2.8.23
- dev-develop
- dev-l10n_master
- dev-documentation
- dev-version_2_14
- dev-version_2_9
- dev-version_2_13
This package is auto-updated.
Last update: 2024-09-20 21:14:10 UTC
README
TYPO3 扩展 tt_products
它做什么
这是一个基于 PHP 7 和 PHP 8 的 TYPO3 购物系统扩展。
配置
请参阅扩展 doc 文件夹下的 manual.odt 文件。
升级
如果您升级到 tt_products 的新版本,有时您必须在 TYPO3 安装工具中执行升级向导。执行它们之前,请不要忘记备份数据库。
只有当您仍然使用 TYPO3 < 9 时,您才必须手动在 phpMyAdmin 或类似数据库工具中更改这些数据库表字段名。
tt_products_mm_graduated_price: product_uid ==> uid_local graduated_price_uid ==> uid_foreign productsort ==> sorting graduatedsort ==> sorting_foreign * tt_products_products_mm_articles: articlesort ==> sorting_foreign * sys_products_orders_mm_tt_products: sys_products_orders_uid ==> uid_local tt_products_uid ==> uid_foreign
改进
在 Github tt_products 下贡献。