Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Update: Narrative Insights has been restored and is now available.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
Narrative Insights is Temporarily Unavailable due to an Infrastructure Issue. Learn how This Impacts Your Account and What to Expect While the Feature is Disabled.
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';
//-->
0