jambagecom / tt-products
Shop system extension for TYPO3 CMS
Installs: 1 253
Dependents: 1
Suggesters: 2
Security: 0
Stars: 1
Watchers: 4
Forks: 7
Type:typo3-cms-extension
Requires
- friendsoftypo3/typo3db-legacy: ^1
- jambagecom/div2007: ^2.0.5 || ^2.2
- jambagecom/table: ^0.13
- jambagecom/tsparser: ^0.12
- typo3/cms-core: ^12.4
- typo3/cms-filelist: ^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: ^12
Replaces
- typo3-ter/tt-products: v2.16.0
- dev-master
- v2.16.0
- v2.15.16
- v2.15.15
- v2.15.14
- 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: 2025-01-18 17:11:26 UTC
README
TYPO3 extension tt_products
What is does
This is a shop system extension for TYPO3 based on PHP 8.
Configuration
See the file manual.odt under the folder doc of the extension.
Only TYPO3 12 is supported at the moment. You can buy an upgrade for TYPO3 13 at the website Shop System.
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 .