Customer Reviews

Posted By pcotgrove Tue 14 May 2013
Add to Favorites0
Author Message
pcotgrove
 Posted Tue 14 May 2013
Supreme Being

Supreme Being - (17,344 reputation)Supreme Being - (17,344 reputation)Supreme Being - (17,344 reputation)Supreme Being - (17,344 reputation)Supreme Being - (17,344 reputation)Supreme Being - (17,344 reputation)Supreme Being - (17,344 reputation)Supreme Being - (17,344 reputation)Supreme Being - (17,344 reputation)

Group: Forum Members
Last Active: Sat 18 May 2013
Posts: 0, Visits: 57
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
Medz Marked As Answer
 Posted Tue 14 May 2013
Kartris Expert

Kartris Expert - (58,872 reputation)Kartris Expert - (58,872 reputation)Kartris Expert - (58,872 reputation)Kartris Expert - (58,872 reputation)Kartris Expert - (58,872 reputation)Kartris Expert - (58,872 reputation)Kartris Expert - (58,872 reputation)Kartris Expert - (58,872 reputation)Kartris Expert - (58,872 reputation)

Group: Administrators
Last Active: Tue 3 Dec 2013
Posts: 99, Visits: 1,400
[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.

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top