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

The Review Rating control is used on the search results and category page and consists of the following tag:
  
<StokesWeb:ReviewRating id="reviewrating" ProductID='<%# DataBinder.Eval(Container.DataItem,"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/reviewrating.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 Summary Control
 
 
Copyright © 2008 by Stokes Web Development.  All Rights Reserved.