Page 1 of 1

Using variables in payment email

Posted: 23 May 2022, 12:12
by promptnet
Hi,
is it correct to use client.html.email.emailIntro and client.html.email.message in the scheduler TS config to change the payment email texts?
Is it possible to use variables in this texts? How can that be done?
I'd like to use the order number and the current date.
Thanks

Re: Using variables in payment email

Posted: 24 May 2022, 17:11
by aimeos
Which Aimeos version do you use?

Re: Using variables in payment email

Posted: 25 May 2022, 14:35
by promptnet
Sorry, I forgot that.
Aimeos: 20.10.11
TYPO3: 9.5.31 (will upgrade soon)

Re: Using variables in payment email

Posted: 26 May 2022, 11:12
by aimeos
There's no configuration to change the payment e-email intro and message but you can change them by adding your own translation. Here are the texts and there you can see also the available placeholders:
- https://github.com/aimeos/ai-client-htm ... #L509-L521
- https://github.com/aimeos/ai-client-htm ... #L535-L543

This is for the old 2020.10 version, in later versions this has been simplified and improved.