Search found 153 matches

by Moritz
18 Jan 2023, 10:23
Forum: TYPO3 extension
Topic: BCC-Mail is not sent
Replies: 14
Views: 15637

Re: BCC-Mail is not sent

Code: Select all

plugin.tx_aimeos.settings.i18n.en {
    0 {
        domain = client/code
        string = download
        trans = File
    }
}
by Moritz
18 Jan 2023, 10:20
Forum: TYPO3 extension
Topic: Product CSV Import - Error when update a product
Replies: 12
Views: 17255

Re: Product CSV Import - Error when update a product

IDs.png
IDs.png (2.69 KiB) Viewed 12645 times
by Moritz
18 Jan 2023, 10:04
Forum: TYPO3 extension
Topic: Product CSV Import - Error when update a product
Replies: 12
Views: 17255

Re: Product CSV Import - Error when update a product

I've debugged the import.
Here is the $listItem that throws the exception.
The ID is set to null.
In the next line when you call $listManager->save() the Exception occurs.
by Moritz
16 Jan 2023, 13:50
Forum: TYPO3 extension
Topic: Image Format WebP
Replies: 15
Views: 20139

Re: Image Format WebP

I have re-uploaded and saved the image of an old product. When converting to WebP, a piece of the right edge was cut off. old_png.png new_webp.png My settings are as follows. return [ 'common' => [ 'media' => [ 'product' => [ 'previews' => [[ 'maxwidth' => 600, 'maxheight' => 320, 'force-size' => 0,...
by Moritz
16 Jan 2023, 12:30
Forum: TYPO3 extension
Topic: BCC-Mail is not sent
Replies: 14
Views: 15637

Re: BCC-Mail is not sent

How can I use translation in my own delivery service provider?
When I use the following function it ignores my translations in TSConfig field of the task.

Code: Select all

$this->context()->translate('client/code', 'download');
by Moritz
16 Jan 2023, 08:24
Forum: TYPO3 extension
Topic: Product CSV Import - Error when update a product
Replies: 12
Views: 17255

Re: Product CSV Import - Error when update a product

The product in my screenshot with code "MC_8_038876" already exists.
Is it then correct that the category is inserted again in mshop_product_list via INSERT?
by Moritz
12 Jan 2023, 11:04
Forum: TYPO3 extension
Topic: Product CSV Import - Error when update a product
Replies: 12
Views: 17255

Product CSV Import - Error when update a product

When I want to update an existing product via the CSV import I get the following error.

import_error.png
import_error.png (16 KiB) Viewed 12710 times
by Moritz
12 Jan 2023, 10:06
Forum: TYPO3 extension
Topic: ai-vatcheck error when Ust-ID is prefilled
Replies: 2
Views: 4596

Re: ai-vatcheck error when Ust-ID is prefilled

Thank's for your help.
Before we upgrade from aimeos v18 to v22 we already have disabled the strict mode.

Code: Select all

plugin.tx_aimeos.settings.client.html.checkout.standard.address.vatcheck.strict = 0
Seems to be the setting has moved. Thank's again 🙂
by Moritz
12 Jan 2023, 09:30
Forum: TYPO3 extension
Topic: ai-vatcheck error when Ust-ID is prefilled
Replies: 2
Views: 4596

ai-vatcheck error when Ust-ID is prefilled

We use your "ai-vatcheck" extension and found an error when ordering twice with the Ust-ID prefilled. To reproduce it: Add a product to the basket. Type in your address data and the Ust-ID on the address tab. Go through the order process and complete the order. Now repeat steps 1-3 but let...
by Moritz
21 Dec 2022, 13:53
Forum: TYPO3 extension
Topic: Copy product - Download file deleted
Replies: 5
Views: 5012

Re: Copy product - Download file deleted

Ok, I will test it maybe this week or after holiday in the next year.
Thank you very much for your support the last months and happy christmas! 🙂