Page 1 of 1

All reviews for a product on one page (no pagination for every 5 reviews)

Posted: Thu Mar 02, 2017 7:56 am
by sander23
Hi guys,

I'm wandering how can I do to display all reviews for a product (in reviews tab on product page) on one page, not that there is pagination for every 5 reviews. So now if for a product we have 15 reviews, it displays only the first 5, and for the others there is page 2, and page 3 for clicking.

I'm having a problem with a clean seo urls module and it breaks down the reviews when going on page 2, it simply doesn't work, so I would like to have only one page for all reviews for a specific product.

Any way to do this? I've searched but can't find any extension that would do this...

Thanks so much
Sander

Re: All reviews for a product on one page (no pagination for every 5 reviews)

Posted: Thu Mar 02, 2017 2:42 pm
by thekrotek
There's no extension, probably, but it can be customized, yes. You need to edit the code.

In catalog/controller/product/product.php find the function called "getReviewsByProductId". In the end of the string you''ll see "5, 5" - change it to "15, 15".