Customer Reviews


https://forum.kartris.com/Topic2069.aspx
Print Topic | Close Window

By pcotgrove - Tue 14 May 2013
This is not so much of a technical issue, more of a request for information and a pointer in relation to where a code change may be made.

I have customer reviews on an individual product which is great - is there anyway to expose these reviews into something like a custom page that details the product and selected product code (sku) along with the review & reviewee details?

Thanks

Paul
By Medz - Tue 14 May 2013
[post moved to "Customization, Plugins and Skinning, etc." section]

Hi, you might want to check the ProductReviews user control which is the bit that lists the reviews in the product page.

UserControls/Front/ProductReviews.ascx

You just need to reference it in a custom page and use its "LoadReviews()" method to load up the reviews for a specific product. You still need to modify it though if you want to prevent the "Write Review" tab from showing up.