Search found 153 matches

by Moritz
08 Dec 2022, 15:41
Forum: TYPO3 extension
Topic: Product CSV Import - Placeholder wrong interpreted
Replies: 3
Views: 5207

Product CSV Import - Placeholder wrong interpreted

For my product import I use the following config for imported files.

archive.png
archive.png (2.69 KiB) Viewed 5207 times

In earlier versions of aimeos it works like expected.
Now I get this directory name for the placeholders.

config.png
config.png (1.85 KiB) Viewed 5207 times
by Moritz
08 Dec 2022, 14:28
Forum: TYPO3 extension
Topic: ai-customergroups - Price missing
Replies: 15
Views: 18981

Re: ai-customergroups - Price missing

The same problem when I save an attribute (which has a price item) to a product and want to receive the attribute price in the frontend.

Code: Select all

$attr->getRefItems('price', null, 'default')->toArray()
It doesn't work for new saved items and I get an empty array...
by Moritz
08 Dec 2022, 12:45
Forum: TYPO3 extension
Topic: Image Format WebP
Replies: 15
Views: 20112

Image Format WebP

All uploaded images are converted to .webp for the preview now.
Can I deactivate it and use the source format instead like in previous versions?

EDIT:
Because the .webp preview image has empty space at the top and the bottom which destroys my layout.

webp.png
webp.png (121.67 KiB) Viewed 12048 times
by Moritz
08 Dec 2022, 12:35
Forum: TYPO3 extension
Topic: ai-customergroups - Price missing
Replies: 15
Views: 18981

Re: ai-customergroups - Price missing

I have the same trouble again.
Changes on existing price items are recognized and saved correcly (v22.10.4-pre2).
But when I add a new price item it is only showed in the backend.
In the frontend nothing is visible.
by Moritz
06 Dec 2022, 10:22
Forum: TYPO3 extension
Topic: BCC-Mail is not sent
Replies: 14
Views: 15619

Re: BCC-Mail is not sent

So the two workarounds are: Use -bs in the sendmail command /usr/sbin/sendmail -bs Using the new Email delivery service provider to send order e-mails to shop owners I can't test the first point currently because sendmail is not working on our server. But in my test environment I use smpt with my ma...
by Moritz
02 Dec 2022, 13:53
Forum: TYPO3 extension
Topic: BCC-Mail is not sent
Replies: 14
Views: 15619

BCC-Mail is not sent

When the payment mail is sent, no copy is sent to the bcc-email address.
I configured it in my resource.php and it is retrieved correctly in the mailTo function.

bcc_mail.png
bcc_mail.png (81.56 KiB) Viewed 10701 times

resource.png
resource.png (36.25 KiB) Viewed 10701 times
by Moritz
28 Nov 2022, 11:27
Forum: TYPO3 extension
Topic: Payment email exception for payed orders
Replies: 20
Views: 18545

Re: Payment email exception for payed orders

It works!
Should I create a pull request?
by Moritz
28 Nov 2022, 11:20
Forum: TYPO3 extension
Topic: Payment email exception for payed orders
Replies: 20
Views: 18545

Re: Payment email exception for payed orders

Then I think that is the possible solution?

apply_config.png
apply_config.png (15.71 KiB) Viewed 4653 times
by Moritz
28 Nov 2022, 10:07
Forum: TYPO3 extension
Topic: ai-customergroups - Price missing
Replies: 15
Views: 18981

Re: ai-customergroups - Price missing

With this version everything is saved correct i think.
Thank you very much!