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.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
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