How to get product and thier category details

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
awaidqureshi
Posts: 86
Joined: 12 Jan 2019, 15:17

How to get product and thier category details

Post by awaidqureshi » 27 Sep 2019, 12:59

How to get product and their category details in aimeos 2019.07

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

Re: How to get product and thier category details

Post by aimeos » 29 Sep 2019, 07:20

That's a bit more work because these are different domains, so no table joins are possible. You have to fetch the catalog/lists items connecting the categories with the products first and then retrieve the found categories. Afterwards, map the categories to the products using the list items. You can have a look at the code in the admin interface:
https://github.com/aimeos/ai-admin-jqad ... #L321-L356
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply