Discussions
Product Reviews, Safari, Opera and Chrome - The fix is here
All,
We have confirmed a fix for Chrome, Safari and Opera related to Product Reviews functionality - specifically displaying reviews on your item drilldown templates. I know some of you have been waiting for this fix for a while.
In the Ecommerce 1.0 or Ecommerce 2.0 Theme you will notice code similar to the following:
//This will add a script reference from the file cabinet. Required for product reviews
//and adding multiple items to cart at same time.
var headID = document.getElementsByTagName("head")[0];
var newScript = document.createElement('script');
newScript.type = 'text/javascript';
var testDriveString = getTestDriveNum();
newScript.src = '/site/HtmlDecodeStripped.js';
//-->