port aimeos templates to typo3 fluid templates

How to configure and adapt Aimeos based shops as developer
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!
red-seadog
Posts: 20
Joined: 17 Jan 2019, 17:30

port aimeos templates to typo3 fluid templates

Post by red-seadog » 24 Oct 2019, 10:39

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:
  1. Are there any example fluid templates available?
  2. 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?
  3. 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.
  4. Is there any person who has done this already? It would be nice to get in contact with them.
We would be grateful for any information and/or help in this process.
Kind regards,
Erwin

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

Re: port aimeos templates to typo3 fluid templates

Post by aimeos » 25 Oct 2019, 07:49

red-seadog wrote: 24 Oct 2019, 10:39 [*]Are there any example fluid templates available?
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()
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?
This article should explain how the two Aimeos view helpers work:
https://aimeos.org/docs/TYPO3/Use_Fluid_templates

What information do you need else?
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.
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 [*]Is there any person who has done this already? It would be nice to get in contact with them.
Not that we are aware of ...
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

red-seadog
Posts: 20
Joined: 17 Jan 2019, 17:30

Re: port aimeos templates to typo3 fluid templates

Post by red-seadog » 28 Oct 2019, 12:47

Thanks for the reply. If we have some fluid templates ready, we will let you know!
Kind regards,
Erwin

Post Reply