Basic TypoScript Configuration
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!
Basic TypoScript Configuration
I use the current aimeos shop extension in current TYPO3 6.2.
How is it possible to outsource the email templates with typoscript setting?
This documentation doesnt help
https://aimeos.org/docs/TYPO3/Change_configuration
I tried in scheduler, plugin....
client.html.email.payment.html.summary.default.template-body = fileadmin/mytemplate.html
With or without plugin prefix doesnt work.
plugin.tx_aimeos.settings.
All what i want is a basic example, i can modify for my usage. But i can´t find one.
Got some one?
How is it possible to outsource the email templates with typoscript setting?
This documentation doesnt help
https://aimeos.org/docs/TYPO3/Change_configuration
I tried in scheduler, plugin....
client.html.email.payment.html.summary.default.template-body = fileadmin/mytemplate.html
With or without plugin prefix doesnt work.
plugin.tx_aimeos.settings.
All what i want is a basic example, i can modify for my usage. But i can´t find one.
Got some one?
Re: Basic TypoScript Configuration
You should create a custom extension for your project: https://aimeos.org/developer/extensions/abv wrote:How is it possible to outsource the email templates with typoscript setting?
This allows you to overwrite single templates by copying them to the same location/directory in the extension. With TypoScript alone there's only the possibility to change the template path completely which means you would need to duplicate all templates. But that is not recommended as you would prevent getting updates for the templates you haven't touched.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Basic TypoScript Configuration
So i tried to create a Extension.
I tested following with the template
typo3conf\ext\aimeos\Resources\Libraries\aimeos\aimeos-core\client\html\layouts\common\summary\detail-body-default.html
typo3conf\ext\myext\Resources\Private\Extensions\myext\client\html\layouts\common\summary\detail-body-default.html
AND
typo3conf\ext\myext\Resources\Libraries\aimeos\aimeos-core\client\html\layouts\common\summary\detail-body-default.html
Both doesnt work. And i get as output the default template. I only want some simple changes in this template.
So what should I do exactly for this scenario?
I tested following with the template
typo3conf\ext\aimeos\Resources\Libraries\aimeos\aimeos-core\client\html\layouts\common\summary\detail-body-default.html
typo3conf\ext\myext\Resources\Private\Extensions\myext\client\html\layouts\common\summary\detail-body-default.html
AND
typo3conf\ext\myext\Resources\Libraries\aimeos\aimeos-core\client\html\layouts\common\summary\detail-body-default.html
Both doesnt work. And i get as output the default template. I only want some simple changes in this template.
So what should I do exactly for this scenario?
Re: Basic TypoScript Configuration
This one is correct. Did you've cleared the frontend cache or disabled caching for development in the extension configuration accessible via the extension manager?abv wrote: typo3conf\ext\aimeos\Resources\Libraries\aimeos\aimeos-core\client\html\layouts\common\summary\detail-body-default.html
typo3conf\ext\myext\Resources\Private\Extensions\myext\client\html\layouts\common\summary\detail-body-default.html
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Basic TypoScript Configuration
It works now. My fault was the wrong version!
I tried "TYPO3 2016.x extension" but with current typo3 ter amios version the "TYPO3 2.x extension" is the right thing.
thx for help
I tried "TYPO3 2016.x extension" but with current typo3 ter amios version the "TYPO3 2.x extension" is the right thing.
thx for help