Page 1 of 1

How to extend user profile

Posted: 03 May 2018, 13:23
by OrestKhomitskyi
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

Re: How to extend user profile

Posted: 04 May 2018, 08:29
by aimeos
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.

Re: How to extend user profile

Posted: 04 May 2018, 09:27
by OrestKhomitskyi
Thank you very much. You saved my life. I'v been in total desperation