How to extend user profile

Questions around the Aimeos bundle for the Symfony framework
Forum rules
Always add your Symfony, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
OrestKhomitskyi
Posts: 2
Joined: 03 May 2018, 13:14

How to extend user profile

Post by OrestKhomitskyi » 03 May 2018, 13:23

Hello guys. First of all i would like to thank for such a great work made by aimeos team. I am working with Symfony . And i downloaded your library and succesfully installed it. But i need to extend my user profile a bit, actually i just need to import there some functionality from list route.
I need to import a search bar, categories and attributes. But the user shouldn't see the list of products until he presses GO button after setting some categories and attributes.
I read that i can use aimeos json to make an application wia javascript or React as i use. But its a lot of work so is there a simple, correct way to import such functionality using server render?
I ll be waiting for your response and again thank you

My System Windows. PHP 7.1. Mysql 5.7 Symfony 3.4.8

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

Re: How to extend user profile

Post by aimeos » 04 May 2018, 08:29

You can create a new page that only contains the catalog/filter component or the single catalog/search, catalog/tree and catalog/attribute components: https://aimeos.org/docs/Symfony/Create_new_pages

They will send the chosen data to the list page which will show the result set.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

OrestKhomitskyi
Posts: 2
Joined: 03 May 2018, 13:14

Re: How to extend user profile

Post by OrestKhomitskyi » 04 May 2018, 09:27

Thank you very much. You saved my life. I'v been in total desperation

Post Reply