E-Mail text for delivery etc

Questions around the TYPO3 integration and plugins
Forum rules
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
WahnM
Posts: 12
Joined: 12 Jun 2015, 14:45

E-Mail text for delivery etc

Post by WahnM » 19 Jun 2015, 15:45

One more time it's me.
How can I change the text of the E-Mails? Where nad how can I change the templates?
A link to the corresponding docu qould be enough :-) (hope so)

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

Re: E-Mail text for delivery etc

Post by aimeos » 19 Jun 2015, 16:48

WahnM wrote:One more time it's me.
How can I change the text of the E-Mails? Where nad how can I change the templates?
A link to the corresponding docu qould be enough :-) (hope so)
Everything is translatable and the e-mails are no exception. You can overwrite the translations in TYPO3 like described here: http://aimeos.org/docs/TYPO3/Overwrite_translations

You need to know the original English text for your new translation, which can be found in the ./client/html/layouts/email/ directory of the core: https://github.com/aimeos/arcavias-core ... outs/email

If you want to remove some parts of the e-mails, you can also configure which should be included: http://aimeos.org/docs/Configuration/Co ... tml#E-mail

Please note that all translations and configuration settings for the e-mails must be done in the TSconfig field provided by the scheduler task!

Post Reply