Customer Reviews Add-on by Stokes Web Development
Merchant Tools
Previous Top Next

In the previous File Installation step, the administration page for the Customer Review Add-on was installed.  To access this page, login to your merchant tools page and click on the new link named "Customer Reviews" in the left navigation.  If you are using a version prior to 6.5 this link will not be there and you will want to add a direct link on your merchant tools home page to the reviewadmin.aspx page.  For more information on how to use the administration page see the Management section.

You may also wish to add Customer Reviews to the product section of the merchant tools. This step is optional and can be done by doing the following:

Open your ssl/management/controls/productdetailscontrol.ascx file.
At the very top of the page before any text add the following:
  
<%@ Register TagPrefix="StokesWeb" TagName="ReviewAdmin" Src="ReviewAdmin.ascx" %>

Then at the very bottom of the page after any text add the following:
  
<StokesWeb:ReviewAdmin id="reviewadmin" PageSize="15" ProductPage="True" runat="server" />


Save the file.

This will allow you to view, edit and delete the reviews for that particular product.

 
 
 Next Step: Search-Category Page

 See Also: Customization - Review Admin Control, Management


Copyright © 2008 by Stokes Web Development.  All Rights Reserved.