Email & Typoscript
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!
Always add your TYPO3, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Email & Typoscript
Hello
The Typoscript for Emails dosen't change anything.
i don't get any email on my bbc-email
also my translation dosnet work. Works on the website but same labels in shop are the same....
The Typoscript for Emails dosen't change anything.
i don't get any email on my bbc-email
Code: Select all
plugin.tx_aimeos.settings.client.html.email{
from-email = test@mail.ch
from-name = Web-Shop
reply-email = test@mail.ch
reply-name = Web-Shop
bcc-email = test@mail.ch
}
Code: Select all
.....
plugin.tx_aimeos.settings.i18n.de{
601{
domain = client
string = Your order %1$s
trans = Ihre Bestellbestätigung Nr. 56
}
602{
domain = client
string = Dear %1$s %2$s %3$s
trans = Sehr geehrte/r %1$s %2$s %3$s
}
603{
domain = client
string = Dear Sir or Madam
trans = Sehr geehrte Damen und Herren
}
604{
domain = client
string = Thank you for your order %1$s from %2$s.
trans = Vielen Dank für Ihre Bestellung Nr. %1$s from %2$s.
}
606{
domain = client
string = If you have any questions, please reply to this e-mail
trans = Wir danken Ihnen bestens für Ihre Bestellung und stehen für Fragen gerne zur Verfügung.
}
607{
domain = client
string = All orders are subject to our terms and conditions.
trans (
<b>Telekommunikation und Sicherheit</b><br/>
Alpenstrasse 20, 3025 Zollikofen<br/><br/>
<a href="https://www.igtus.ch/de">www.igtus.ch</a>
)
}
}
.....
Re: Email & Typoscript
TYPO3 has several contexts for configuration: Frontend, backend and scheduler. If you want configuration to be available in the scheduler, you have to enter your TypoScript into the TS-Config field of the scheduler task.
If you add your translations to the Gettext files in your project specific Aimeos extension instead, they will be available in all contexts.
If you add your translations to the Gettext files in your project specific Aimeos extension instead, they will be available in all contexts.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Email & Typoscript
You mean this files: typo3conf/ext/my_shop/Resources/Private/Language/locallang.xlf
how is there the synthax? i mean with the numbers?
Put typoscript in the scheduler helps... thnx
how is there the synthax? i mean with the numbers?
Put typoscript in the scheduler helps... thnx
Re: Email & Typoscript
No, not the TYPO3 XLF files. The Aimeos Gettext files, e.g. https://github.com/aimeos/ai-client-htm ... lient/i18nmantik wrote:You mean this files: typo3conf/ext/my_shop/Resources/Private/Language/locallang.xlf
You should also have a look into this article how to create these files: https://aimeos.org/docs/Developers/Add_translations
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Email & Typoscript
Ok. I got here but some hard issue.
The clients with the alternative Languages get the German Text-Translations...

This Fields who are translated in the databse its ok... but al the static textes (with translation files) are translated in the default language...
The clients with the alternative Languages get the German Text-Translations...

This Fields who are translated in the databse its ok... but al the static textes (with translation files) are translated in the default language...
Re: Email & Typoscript
Seems like there's something wrong in your translation files. Can you post the .po file?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Email & Typoscript
i've translate over typoscript settings but there are also much standard translations...
Update: i've solved the problem with adding that to the scheduler TS:
Update: i've solved the problem with adding that to the scheduler TS:
Code: Select all
config.language = de
config.sys_language_uid = 0
[globalVar = GP:L = 1]
config.language = fr
config.sys_language_uid = 1
[global]
[globalVar = GP:L = 2]
config.language = it
config.sys_language_uid = 2
[global]
Re: Email & Typoscript
That works? I'm astonished!
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,
