You have the same issue on desktop, the write method from product.php responds with:
Disabling the mail send on new review should temorary solve the issue.You should look into catalog/model/catalog/review.php and its ocmod/vqmod corespondents to see why you get the email errors, it doesnt even send the store email to the mail library.
Code: Select all
<b>Warning</b>: html_entity_decode() expects parameter 1 to be string, array given in <b>.../system/library/mail.php</b> on line <b>30</b><b>Notice</b>: Error: E-Mail to required! in <b>/.../system/library/mail.php</b> on line <b>63</b>
The send button its overlaped by the wishlist and compare div so you can not click the button.Edit the file catalog/view/theme/yourtheme/template/product/product.tpl and add the line:
before the closing tag of the buttons div from the reviews code.
Code: Select all
<div class="clearfix"></div>
Who is online
Users browsing this forum: No registered users and 79 guests