Discussions
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.