Template override not working
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!
Template override not working
Hi,
I have followed this guide: https://aimeos.org/docs/Developers/Html ... _templates# , created a new extension, here: https://aimeos.org/extensions ,then created a new typo3 extension, and added the generated extension to the plugin resources. Do I need to set something else too? (already cleared caches, reinstalled the plugin, included the plugin template... I have done this few years ago, but now I'm having problems wit it)
I have attached a screenshot of my plugin hierarchy. I suppose it is something trivial, but I couldn't find the problem.

typo3: 9.5.8
aimeos: 19.7.1
php: 7.2.5, Linux
I have followed this guide: https://aimeos.org/docs/Developers/Html ... _templates# , created a new extension, here: https://aimeos.org/extensions ,then created a new typo3 extension, and added the generated extension to the plugin resources. Do I need to set something else too? (already cleared caches, reinstalled the plugin, included the plugin template... I have done this few years ago, but now I'm having problems wit it)
I have attached a screenshot of my plugin hierarchy. I suppose it is something trivial, but I couldn't find the problem.

typo3: 9.5.8
aimeos: 19.7.1
php: 7.2.5, Linux
Last edited by t_csaba on 25 Jul 2019, 07:46, edited 1 time in total.
Re: Template override not working
Image of your screenshot is missing ...
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Template override not working
It is there, if you open it in a new tab, it just doesn't show up in the post. Anyway, i will add it again using a different image sharing site.


Re: Template override not working
Looks OK. Did you clear the frontend cache? You can disable caching in the Aimeos extension configuration too during development
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Template override not working
I have cleared all cache files. Even the one in the install tool
Re: Template override not working
Two things you should check:
1.) Does the manifest.php file of your mlaimeos extension contains "ai-client-html" in the "depends" section?
2.) Is the extension path added in the ext_localconf.php file of your mlaimeosext TYPO3 extension?
Did you rename the TYPO3 extension or the Aimeos extension inside (mlaimeosext vs. mlaimeos)? This might be another source of problems. To be sure, generate a new Aimeos TYPO3 extension for your project (https://aimeos.org/extensions#c139) and copy the template into the same directory structure as in your current extension.
1.) Does the manifest.php file of your mlaimeos extension contains "ai-client-html" in the "depends" section?
2.) Is the extension path added in the ext_localconf.php file of your mlaimeosext TYPO3 extension?
Did you rename the TYPO3 extension or the Aimeos extension inside (mlaimeosext vs. mlaimeos)? This might be another source of problems. To be sure, generate a new Aimeos TYPO3 extension for your project (https://aimeos.org/extensions#c139) and copy the template into the same directory structure as in your current extension.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

Re: Template override not working
Hi,
I have generated a new extension, set everything according to the documentation, and now everything works correctly. It was probably just a typo.
I have generated a new extension, set everything according to the documentation, and now everything works correctly. It was probably just a typo.