How to fetch Product Related Reviews on Product Detail Page

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!
kartikbhat
Posts: 40
Joined: 02 Dec 2021, 17:18

How to fetch Product Related Reviews on Product Detail Page

Post by kartikbhat » 12 Apr 2022, 10:52

I need to display reviews added to a particular product;
there I need pagination as well to display limited number of review on a page load;
Suggest me a possible way to achieve this
TIA :)

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

Re: How to fetch Product Related Reviews on Product Detail Page

Post by aimeos » 14 Apr 2022, 06:21

In Aimeos, we use the JSON REST API to fetch reviews dynamically:
https://aimeos.org/docs/latest/frontend ... i/reviews/

You can see the code here:
https://github.com/aimeos/ai-client-htm ... js#L27-L96
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply