Portal Engine Questions on portal engine and web parts.
Version 7.x > Portal Engine > Product reviews View modes: 
User avatar
Certified Developer v7
Certified  Developer v7
rvanderm@nerdery.com - 9/10/2013 9:17:39 AM
   
Product reviews
I need to set up product review for a site that I'm wokring on and I found this post . It mentions that there is a rating system in the blog comments but I can't find where to turn it on or where the user would add a star rating.

What am I missing?

User avatar
Kentico Support
Kentico Support
kentico_filipl - 9/11/2013 2:57:43 AM
   
RE:Product reviews
Hello,

If you are looking to set product rating system, you can use Rating control which is also used in a sample E-commerce site. It would be probably best to use it in a transformation similarly to the following (this is an example from Datalist web part's transformation for products):
<cms:RatingControl ID="elemRating" runat="server" Enabled="false" RatingType="Stars" ExternalValue='<%# EvalDouble("DocumentRatingValue")/(EvalDouble("DocumentRatings") == 0?1:EvalDouble("DocumentRatings")) %>' />

Best regards,
Filip Ligac