port aimeos templates to typo3 fluid templates
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
-
- Posts: 20
- Joined: 17 Jan 2019, 17:30
port aimeos templates to typo3 fluid templates
Hello,
we are in the process of porting some important templates to fluid. This is not so easy, so any help is welcome.
Some questions to help us understanding this process:
Kind regards,
Erwin
we are in the process of porting some important templates to fluid. This is not so easy, so any help is welcome.
Some questions to help us understanding this process:
- Are there any example fluid templates available?
- The documentation is not very clear on how to use the aimeos viewhelpers <ai:..../>. Is there more information available on how to use these viewhelpers?
- In building a template for the product-list how can one get the related data in the fluid template? f.i. price of the product? In our opinion there should be some viewhelpers for this but we can not find them.
- Is there any person who has done this already? It would be nice to get in contact with them.
Kind regards,
Erwin
Re: port aimeos templates to typo3 fluid templates
Not yet for Aimeos. We would like to have Fluid templates too but due to the limited features of Fluid, some PHP codes needs to be moved to view helpers first and you will need the VHS "call" view helper to use methods like getRefItems()
This article should explain how the two Aimeos view helpers work:red-seadog wrote: ↑24 Oct 2019, 10:39 [*]The documentation is not very clear on how to use the aimeos viewhelpers <ai:..../>. Is there more information available on how to use these viewhelpers?
https://aimeos.org/docs/TYPO3/Use_Fluid_templates
What information do you need else?
The best option would be to use the VHS "call" view helper. If not, you have to implement custom view helpers for several cases.red-seadog wrote: ↑24 Oct 2019, 10:39 [*]In building a template for the product-list how can one get the related data in the fluid template? f.i. price of the product? In our opinion there should be some viewhelpers for this but we can not find them.
Not that we are aware of ...red-seadog wrote: ↑24 Oct 2019, 10:39 [*]Is there any person who has done this already? It would be nice to get in contact with them.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos,
give us a star
If you like Aimeos,

-
- Posts: 20
- Joined: 17 Jan 2019, 17:30
Re: port aimeos templates to typo3 fluid templates
Thanks for the reply. If we have some fluid templates ready, we will let you know!
Kind regards,
Erwin
Kind regards,
Erwin