Customer Reviews Add-on by Stokes Web Development
Style Sheet Modification
Previous Top Next

The Customer Review Add-on contains it's own CSS style sheet.  This style sheet needs to be loaded by the pages that use it in order for it to work.  To do this open your detail.aspx page and find the following code:
  
<script language="JavaScript" src="general.js"></script>

For SF 7.1 and up it will say:  src="<%=VirtualPath%>general.js"

Then add the following line of code in red:
  
<script language="JavaScript" src="general.js"></script>
<LINK href="ReviewStyles.css" type="text/css" rel="stylesheet">

Save the file.


Repeat this for the following files:
searchresult.aspx
ssl/management/productdetails.aspx

 
 
 
 Next Step: Web.config Modification
 

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