I am trying to setup nochex, but it doesnt seem to be working...
Ive enabled it in the admin, but when a customer tries to check out nothing happens, after you have added all your details such as address etc and then click continue it doesnt do anything...
Have I missed something?
I am using V1.5.2.1
Ive enabled it in the admin, but when a customer tries to check out nothing happens, after you have added all your details such as address etc and then click continue it doesnt do anything...
Have I missed something?
I am using V1.5.2.1
Bug Confirmed
Fix attached.
Drop into catalog/view/theme/default/template/payment
overwrite existing.
Fix attached.
Drop into catalog/view/theme/default/template/payment
overwrite existing.
Attachments
fix for OpenCart v152x only
You need to add this line to the tpl file please. Somewhere within the form
Without it the order does not get updated to pending, payment info is not passed and the customer does not receive any confirmation email.
Code: Select all
<input type="hidden" name="callback_url" value="<?php echo $callback_url; ?>" />
Please download the attached files, unzip them on your desktop, and use FTP or your hosting File Manager to upload them to your website.
You know, I just went through 2 hours of fixing this only to find this thread when I came here to report the bug.
My Question is: Why has this fix not been included in Opencart?
And here's another problem with the module:
in the callback function the request generated is malformed:
should be
My Question is: Why has this fix not been included in Opencart?
And here's another problem with the module:
in the callback function the request generated is malformed:
Code: Select all
$request .= '&' . $key . '=' . urlencode(stripslashes($value));
Code: Select all
$request .= $key . '=' . urlencode(stripslashes($value)) . '&';
Who is online
Users browsing this forum: No registered users and 23 guests