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.
Ecommerce Edition Fixes - Safari and Product Review Form
Hi Everyone,
I had a chance to look into some of the issues to do with Apple's Safari Browser and the Product Review Form and I have identified a fix for this.
In short, edit ProductReviewForm.html and exchange the refreshParent function with the following:
function refreshParent() {
window.opener.location.href = window.opener.location.href;
document.forms[0].submit();
}
ProductReviewForm.html is found in the File Cabinet via (assuming the Administrator Role):
1. Go to Documents -> Files -> File Cabinet -> Templates -> Marketing Templates
2. Click Download next to ProductReviewForm.html
3. Edit the file replacing the refreshParent function, then save the file.
0