Hi Guys,
I was wondering if any one could help me with this issue of my site not able to refresh when making an eWay Rapid 3.0 credit card transaction.
I'm using Open Cart v1.5.5.1.
When I enter my credit card details, I notice that the site is making eWay request as indicated by the address bar, however after a moment I get the following fatal error message:
Fatal error: Call to undefined method Mail::setReplyTo() in /home1/thevanil/public_html/vqmod/vqcache/vq2-catalog_model_checkout_order.php on line 698
Only when I manually click refresh on the browser do I get the checkout successful page load up.
The transaction are successfully made as shown in the merchant website and the email receipts sent as well shown in the backend of opencart, however the problem seem that it's not auto refreshing, as I suspect it should be.
Also for you information if I opening the file that the error is referring to, line 698 is:
$mail->setReplyTo($order_info['email'], $order_info['firstname'].' '.$order_info['lastname']);
Would appreciate any help.
kind Regards,
Daniel
I suspect this is case of missing of file or case of overwritten file. Did you try resintalling opencart? Does the error still persist?
You are calling setReplyTo() in /home1/thevanil/public_html/vqmod/vqcache/vq2-catalog_model_checkout_order.php
but the function isn't there. Might want to try posting this problem on http://stackoverflow.com/questions/tagged/opencart, bytes.com or any other similar site which has active opencart programmer community.
You are calling setReplyTo() in /home1/thevanil/public_html/vqmod/vqcache/vq2-catalog_model_checkout_order.php
but the function isn't there. Might want to try posting this problem on http://stackoverflow.com/questions/tagged/opencart, bytes.com or any other similar site which has active opencart programmer community.
Who is online
Users browsing this forum: No registered users and 2 guests