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

The Review Admin control is used on the ssl/management/reviewadmin.aspx page and in the modification done previously to the ssl/management/controls/productdetailscontrol.ascx file and consists of the following tag:
  
<StokesWeb:ReviewAdmin id="reviewadmin" PageSize="15" ProductPage="True" runat="server" />


The following parameters can be used with it:

ProductPage - This can be either True or False (default is False). This sets whether or not to show reviews from all products (False) or only one product (True).  If set to True it must be used in the ssl/management/controls/productdetailscontrol.ascx file.

SendEmail - This can be either True or False (default is True). This sets whether or not to send a confirmation email to the user who wrote the review upon approval.

ConfirmEmailSubject - This is the subject line of the administration confirmation email. The default is "Your Review has been approved from [SiteName]." where [SiteName] is replaced with the name of your store as set in the merchant tools.

PageSize - This is the number of reviews to show per page.  The default is 5

PagingStats - This is the text shown in the paging section stating which reviews are being show and how many total reviews there are.  The default text is "Viewing [start]-[finish] of [total] Review[s].&nbsp;&nbsp;&nbsp;&nbsp;Page [pagenumber] of [pagetotal]."


To further customize the control open the ssl/management/controls/reviewadmin.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: Emails
 
 
Copyright © 2008 by Stokes Web Development.  All Rights Reserved.