Post by fred123 » Mon Jul 20, 2015 2:53 am

When you review a product using the mobile version of the site, it doesn't work.

You click submit and the review doesn't go anywhere, no acknowledgement and it doesn't save to admin.

Any ideas?

Thanks

Active Member

Posts

Joined
Fri Aug 26, 2011 3:13 pm

Post by inactiveaccount9912 » Mon Jul 20, 2015 12:01 pm

Do you have a custom theme installed? Cause it seems to be working ok on the default one.

Expert Member

Posts

Joined
Fri May 14, 2010 2:36 am

Post by fred123 » Mon Jul 20, 2015 3:28 pm

No its default theme but with the theme customiser module..

Active Member

Posts

Joined
Fri Aug 26, 2011 3:13 pm

Post by inactiveaccount9912 » Tue Jul 21, 2015 1:14 am

Post a link to have a look at it.

Expert Member

Posts

Joined
Fri May 14, 2010 2:36 am

Post by fred123 » Tue Jul 21, 2015 1:20 am


Active Member

Posts

Joined
Fri Aug 26, 2011 3:13 pm

Post by inactiveaccount9912 » Tue Jul 21, 2015 1:37 am

You have the same issue on desktop, the write method from product.php responds with:

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

Expert Member

Posts

Joined
Fri May 14, 2010 2:36 am

Post by fred123 » Tue Jul 21, 2015 1:42 am

Thanks, so its an opencart issue?

Active Member

Posts

Joined
Fri Aug 26, 2011 3:13 pm

Post by fred123 » Tue Jul 21, 2015 1:47 am

Ok that has fixed the desktop version but the mobile version is the same.

Any other ideas?

Thanks so much for your help :)

Active Member

Posts

Joined
Fri Aug 26, 2011 3:13 pm

Post by inactiveaccount9912 » Tue Jul 21, 2015 3:32 pm

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:

Code: Select all

<div class="clearfix"></div>
before the closing tag of the buttons div from the reviews code.

Expert Member

Posts

Joined
Fri May 14, 2010 2:36 am

Post by fred123 » Tue Jul 21, 2015 3:57 pm

Brill thanks :)

Active Member

Posts

Joined
Fri Aug 26, 2011 3:13 pm
Who is online

Users browsing this forum: No registered users and 81 guests