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!
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