Search found 8 matches
- 12 May 2025, 12:44
- Forum: TYPO3 extension
- Topic: Images deleted during scaling
- Replies: 5
- Views: 142141
Re: Images deleted during scaling
Hi Guys,
I'm facing the same issue while importing the product. Images are deleted after scale. what are the reasons?
I'm facing the same issue while importing the product. Images are deleted after scale. what are the reasons?
- 15 Dec 2022, 07:45
- Forum: Help
- Topic: Temporary order limit reached
- Replies: 8
- Views: 12613
Re: Temporary order limit reached
Hi there, I have TYPO3 v11.5.20 and Aimeos v22.10.3 I have tried https://aimeos.org/docs/latest/config/controller-frontend/basket/#limit-count For this error https://i.imgur.com/OUjaa2j.png I have tried the solution in my Template TypoScript part like this: controller.frontend.basket.limit-count = 0...
- 15 Dec 2022, 07:35
- Forum: TYPO3 extension
- Topic: Update Aimeos Latest Version
- Replies: 4
- Views: 10683
Re: Update Aimeos Latest Version
I have found the solution, I know this is not a standard way but after this my setup have not any issue and working fine. Run Just this SQL queries to again workout of the new upgraded extension: ALTER TABLE `mshop_supplier` ADD `pos` INT NOT NULL DEFAULT '0' AFTER `editor`; ALTER TABLE `mshop_order...
- 14 Dec 2022, 13:26
- Forum: TYPO3 extension
- Topic: Update Aimeos Latest Version
- Replies: 4
- Views: 10683
Re: Update Aimeos Latest Version
Hi there,
I have also faced this error on upgrading Aimeos core from 22.7.2 to 22.10.3.
I have also tried to run the Upgrade wizard but there are also cause the issue like this https://i.imgur.com/TffHKmG.png
Thanks in advance
I have also faced this error on upgrading Aimeos core from 22.7.2 to 22.10.3.
I have also tried to run the Upgrade wizard but there are also cause the issue like this https://i.imgur.com/TffHKmG.png
Thanks in advance
- 08 Dec 2022, 10:32
- Forum: TYPO3 extension
- Topic: Custom Plugin Configuration
- Replies: 6
- Views: 13878
Re: Custom Plugin Configuration
Based on this configuration https://i.imgur.com/KcQ7nPx.png $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['aimeos']['extDirs']['1_aimeos'] = 'EXT:theme_pros/Resources/Private/Extensions/'; $GLOBALS['TYPO3_CONF_VARS']['EXTCONF']['aimeos']['confDirs']['1_aimeos'] = 'EXT:theme_pros/Resources/Private/Extension...
- 08 Dec 2022, 10:25
- Forum: TYPO3 extension
- Topic: Custom Plugin Configuration
- Replies: 6
- Views: 13878
- 08 Dec 2022, 10:21
- Forum: TYPO3 extension
- Topic: Custom Plugin Configuration
- Replies: 6
- Views: 13878
Re: Custom Plugin Configuration
Yes, but the documentation is the same for both versions
Not a single word changes, even screenshot also the same, it should be new interface screenshot there like https://i.imgur.com/j0NQpL5.png

Not a single word changes, even screenshot also the same, it should be new interface screenshot there like https://i.imgur.com/j0NQpL5.png
- 08 Dec 2022, 10:08
- Forum: TYPO3 extension
- Topic: Custom Plugin Configuration
- Replies: 6
- Views: 13878
Custom Plugin Configuration
Hey there! Greetings! TYPO3 version: 11.5.16 Aimeos version: 22.7.2 I have configured the new custom plugin as per https://aimeos.org/docs/2021.x/providers/basket-plugins/this documentation. My Aimeos version is 2022.10.X. But in the backend Administrative module, I can't find the plugin. What am I ...