All review in a single page

Good morning,
It is possible, beside see the review related to each article, to have a link that will group all the reviews?
Some e-commerce have thousands of items and it is very possible that many user will not read any of the reviews that belong to single article because browse different articles. A nice review give trust even if related to a different article.
Let me know, thank you.
Vilaiporn

tim

It's totally doable. Just create a new page and access the database. ;)

select * from lc_products_reviews;

or if you have the multilingual version:

select pri., p. from lc_products_reviews pr
left join lc_products_reviews_info on (pri.review_id = pr.id and pri.language_code = 'en');

Well, when I buy can you then write me the code to paste in the new page?
Thank you

Hi Tim,
Can you make this as a seperate addon?
I think a lot of custumers would like to see this.

tim

I can do this for you, for an hour of charge.

Please do :-)

View code on GitHub