Webshop running under TYPO3 and PHP with products in multiple languages, order tracking, product variants, interface for credit card payment, bill generation, creditpoint and voucher system. Support this work and get the latest versions at the following website.
after installation over composer with all dependencies I got an error, that tsparser 0.9.0 is necessary. But I have installed tsparser 0.12.1 in TYPO3 12.
I installed tt_products in my packages folder and fix composer.json file in line 31 from:
"jambagecom/tsparser": "^0.9.0",
to
"jambagecom/tsparser": "^0.9 || ^0.10 || ^0.11 || ^0.12",
Installation was successfully without the error, that tsparser 0.9.0 is required.
Hey Mr. Holzinger,
after installation over composer with all dependencies I got an error, that tsparser 0.9.0 is necessary. But I have installed tsparser 0.12.1 in TYPO3 12.
I installed tt_products in my packages folder and fix composer.json file in line 31 from:
"jambagecom/tsparser": "^0.9.0",
to"jambagecom/tsparser": "^0.9 || ^0.10 || ^0.11 || ^0.12",
Installation was successfully without the error, that tsparser 0.9.0 is required.