Search found 61 matches

by promptnet
09 Dec 2020, 11:27
Forum: TYPO3 extension
Topic: Image in payment email is not correct
Replies: 10
Views: 3921

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: 3921

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: 3921

Re: Image in payment email is not correct

logoemail.png
logoemail.png (12.81 KiB) Viewed 3107 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: 3921

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: 3921

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: 1917

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: 1064

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: 1917

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.
by promptnet
27 Nov 2020, 10:11
Forum: TYPO3 extension
Topic: Cannot install custom Aimeos extension
Replies: 3
Views: 1917

Cannot install custom Aimeos extension

Hi, I use TYPO3 10.4 with composer and PHP 7.3 (Aimeos: 20.10.2). Today I downloaded a custom extension: https://aimeos.org/extensions/ Then I tried to install this extension with composer but it did not work. My folder structure: root packages a custom extension which works, symlinked to public/typ...
by promptnet
25 Nov 2020, 19:55
Forum: TYPO3 extension
Topic: Not allowed to add option under "Products/Options"
Replies: 4
Views: 1684

Re: Not allowed to add option under "Products/Options"

Many thanks!
I did it the other way round: instead of having the group "editor" I assigned a group with name "super". Now it works perfectly.