How can i change the subject for email on account and order creation

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

How can i change the subject for email on account and order creation

Post by awaidqureshi » 25 Feb 2020, 11:33

I want to change subject and title for email on account creation and order placement email cronjob

User avatar
aimeos
Administrator
Posts: 7873
Joined: 01 Jan 1970, 00:00

Re: How can i change the subject for email on account and order creation

Post by aimeos » 26 Feb 2020, 08:46

You can overwrite the translations, e.g. for the account creation:
https://github.com/aimeos/ai-client-htm ... ard.php#L9
and for the order confirmation:
https://github.com/aimeos/ai-client-htm ... rd.php#L10

How to overwrite translations:
https://aimeos.org/docs/Laravel/Overwrite_translations
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply