Customer Reviews Add-on by Stokes Web Development
Review Summary Control
Previous Top Next

The Review Summary control is used on the product detail page and consists of the following tag:
  
<StokesWeb:ReviewSummary id="reviewsummary" ProductID='<%# DataBinder.Eval(Product,"ProductID") %>' runat="server" />


The following parameters can be used with it:

ProductID - This is an integer and sets which product to use. This corresponds to the Product uid number.


ImageAltText - This is the text shown when you mouse over the rating image.  It defaults to "[rating] out of 5 stars with [reviewcount] review[s]" where [rating] is replaced by the products rating, [reviewcount] is replaced by the number of reviews and [s] is replaced by an s if there is more than 1 review.


To further customize the control open the controls/reviewsummary.ascx file.  There you can customize the look of the control.  You can also change the css styles by modifying the reviewstyles.css file.
 
 
 
 Next Step: Review List Control
 
 
Copyright © 2008 by Stokes Web Development.  All Rights Reserved.