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.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
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