jambagecom / tt-products
Shop system extension for TYPO3 CMS
Installs: 442
Dependents: 1
Suggesters: 2
Security: 0
Stars: 1
Watchers: 3
Forks: 5
Type:typo3-cms-extension
Requires
- friendsoftypo3/typo3db-legacy: ^1
- jambagecom/div2007: ^1.15
- jambagecom/table: ^0.11
- jambagecom/tsparser: ^0.9.0
- typo3/cms-core: ^10.4 || ^11.5
- typo3/cms-filelist: ^10.4 || ^11.5
Suggests
- friendsoftypo3/func: ^9.0
- jambagecom/addons-em: ^0.6
- jambagecom/static-info-tables-taxes: ^0.6
- jambagecom/taxajax: ^0.5
- sjbr/static-info-tables: ^6.7 || ^6.8 || ^6.9 || ^11.5|| ^12
Replaces
- typo3-ter/tt-products: v2.14.16
This package is auto-updated.
Last update: 2023-05-26 20:22:36 UTC
README
What is does
This is a shop system extension for TYPO3 based on PHP 7 and PHP 8.
Configuration
See the file manual.odt under the folder doc of the extension.
Upgrade
If you upgrade to a newer version of tt_products then you sometimes you must execute upgrade wizards in the TYPO3 Install Tool for tt_products. Do not forget to make a backup copy of the database before you execute them.
Only if you are still using TYPO3 < 9 you must execute the renaming of these database table fields manually in phpMyAdmin or a similar database tool.
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
Improvements
Contribute under Github tt_products .