Search found 8632 matches

by aimeos
20 May 2025, 06:41
Forum: Help
Topic: Klarna Payment
Replies: 3
Views: 505000

Re: Klarna Payment

We support all payment gateways through Omnipay and if one of the drivers is out of date or missing, you should update or implement it. This should be preferred over a direct integration using the Aimeos payment service provider interface.
by aimeos
15 May 2025, 13:42
Forum: TYPO3 extension
Topic: Product import xml: Texts with html entities
Replies: 5
Views: 647056

Re: Product import xml: Texts with html entities

Are the HTML entities in the XML file or only after the import in the new system?
by aimeos
13 May 2025, 05:10
Forum: TYPO3 extension
Topic: Scheduler Job for anonymizing: anonymized adresses are not saved
Replies: 2
Views: 260974

Re: Scheduler Job for anonymizing: anonymized adresses are not saved

Don't create the index manager (you don't use it) and open a DB transaction which you don't commit afterwards. All your changes are rolled back at the end of the task.
by aimeos
13 May 2025, 05:06
Forum: TYPO3 extension
Topic: Images deleted during scaling
Replies: 5
Views: 203836

Re: Images deleted during scaling

Do you have more information about what you import, your configuration and when that happens?
by aimeos
13 May 2025, 05:05
Forum: Help
Topic: how to customize the default, footer etc ..
Replies: 1
Views: 246319

Re: how to customize the default, footer etc ..

The footer is part of the base Blade template and the header is a combination of code from the same template and the output of some HTML client components: https://github.com/aimeos/aimeos-laravel/blob/master/views/base.blade.php You can override that template in your application like described here...
by aimeos
12 May 2025, 09:35
Forum: TYPO3 extension
Topic: Locale object not available after update to 2025.04
Replies: 3
Views: 165718

Re: Locale object not available after update to 2025.04

We are unable to reproduce the issue. We've created a new scheduler task for the media/scale job and executed it using "vendor/bin/typo3 scheduler:run -f -i <task id>". There wasn't an exception in our case. Can you please provide more details about your setup (output of "composer sho...
by aimeos
12 May 2025, 09:19
Forum: TYPO3 extension
Topic: Called unknown method getInvoiceNumber
Replies: 1
Views: 138089

Re: Called unknown method getInvoiceNumber

Thank you for your bug report!
The issue has been fixed in the latest 2025.04 version. Please run "composer up" to get the latest version
by aimeos
10 May 2025, 14:39
Forum: Laravel package
Topic: Issues with cms
Replies: 3
Views: 266521

Re: Issues with cms

Does the URL you try matches with the path you've entered in the field in the other tab and the route you can see executing "php artisan route:list"?
by aimeos
07 May 2025, 16:01
Forum: Laravel package
Topic: Issues with cms
Replies: 3
Views: 266521

Re: Issues with cms

Did you click outside the content iframe before clicking on the Save button? If you click directly on the Save button, the content is not updated before sending the request to the server. This is one known issue with the used GrapesJS integration.
by aimeos
07 May 2025, 15:58
Forum: TYPO3 extension
Topic: Backend Categories Productlist Sort
Replies: 4
Views: 113091

Re: Backend Categories Productlist Sort

Please keep in mind, that only 100 products are loaded by default if you just remove the existing limit and it doesn't work if you have thousands of product in one category.