Search found 63 matches

by promptnet
14 Dec 2020, 17:56
Forum: TYPO3 extension
Topic: Image in payment email is not correct
Replies: 10
Views: 4484

Re: Image in payment email is not correct

Is there a way to put on a special error logging tool?
by promptnet
11 Dec 2020, 15:07
Forum: TYPO3 extension
Topic: Image in payment email is not correct
Replies: 10
Views: 4484

Re: Image in payment email is not correct

I think we've found the problem and fixed it with this commit: https://github.com/aimeos/ai-typo3/commit/63fc28aa1939e1c6a0836887c8b469f1924a2355 Thanks - image is working now! Your configuration is correct. Can you check if the BCC addresses are added here: https://github.com/aimeos/ai-client-html...
by promptnet
09 Dec 2020, 11:27
Forum: TYPO3 extension
Topic: Image in payment email is not correct
Replies: 10
Views: 4484

Re: Image in payment email is not correct

Attached the full source code of the email. I replaced every occurence of my personal data and of the shopholder data. The BCC receivers do not get an email!? Why? I also added the following in the scheduler config and in main TS template: client.html.email.payment.bcc-email { 0 = email@email.com 1 ...
by promptnet
08 Dec 2020, 13:32
Forum: TYPO3 extension
Topic: Image in payment email is not correct
Replies: 10
Views: 4484

Re: Image in payment email is not correct

Attached the email HTML code. I realized that there are further problems: In the scheduler I cannot provide a page ID for product catalog (Product catalog page ID). After saving the value is gone and the field is empty again. The BCC recievers do not get the email. It is configured like that (the sa...
by promptnet
08 Dec 2020, 13:18
Forum: TYPO3 extension
Topic: Image in payment email is not correct
Replies: 10
Views: 4484

Re: Image in payment email is not correct

logoemail.png
logoemail.png (12.81 KiB) Viewed 3552 times
As you can see, the problem is still remaining...
by promptnet
08 Dec 2020, 13:08
Forum: TYPO3 extension
Topic: Image in payment email is not correct
Replies: 10
Views: 4484

Re: Image in payment email is not correct

Ok, try to save it in an other format. Maybe PNG with alpha channel is not good...
by promptnet
07 Dec 2020, 13:21
Forum: TYPO3 extension
Topic: Image in payment email is not correct
Replies: 10
Views: 4484

Image in payment email is not correct

Hi, I configured the image for the email in the Scheduler this way: client.html.email.logo = /var/www/vhosts/correctpath-to-extension/Resources/Public/Images/logoemail.png Now, in emails there are two(!) logo-images as attachments (twice the same), but the one within the html-part is not shown, neit...
by promptnet
01 Dec 2020, 09:31
Forum: TYPO3 extension
Topic: Cannot install custom Aimeos extension
Replies: 3
Views: 2079

Re: Cannot install custom Aimeos extension

Ah, cool, thanks.
by promptnet
27 Nov 2020, 13:58
Forum: Help
Topic: Where to set a note for prepayment?
Replies: 2
Views: 1196

Re: Where to set a note for prepayment?

Thanks. I chose to have

Code: Select all

<?=nl2br($this->config( 'client/html/email/shopholder'))?> 
in the template, and then filled in the details in Scheduler with:

Code: Select all

client.html.email.shopholder
Now works like a charm.
by promptnet
27 Nov 2020, 13:51
Forum: TYPO3 extension
Topic: Cannot install custom Aimeos extension
Replies: 3
Views: 2079

Re: Cannot install custom Aimeos extension

Sorry, while searching for the problem, I found out that the extension is installed within the main aimeos extension, and it works perfectly!?
But, what happens if I update the main aimeos extension? Do I lose the custom extension?
Thanks for an answer.