Post by deludeddonny » Tue Mar 27, 2012 6:16 pm

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

Newbie

Posts

Joined
Wed Feb 02, 2011 9:00 am

Post by Qphoria » Tue Mar 27, 2012 11:04 pm

Bug Confirmed
Fix attached.
Drop into catalog/view/theme/default/template/payment
overwrite existing.

Attachments

fix for OpenCart v152x only


Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by ecoleman » Wed May 30, 2012 6:24 pm

You need to add this line to the tpl file please. Somewhere within the form

Code: Select all

<input type="hidden" name="callback_url" value="<?php echo $callback_url; ?>" />
Without it the order does not get updated to pending, payment info is not passed and the customer does not receive any confirmation email.

Colour Code you orders by Order Status


Active Member

Posts

Joined
Tue Dec 06, 2011 3:34 am

Post by Qphoria » Wed May 30, 2012 9:26 pm

Thx. Fixed in SVN r1117

Image


User avatar
Administrator

Posts

Joined
Tue Jul 22, 2008 3:02 am

Post by Nochexman » Thu May 31, 2012 4:21 pm

Thanks for your help ecoleman - you got there well before me! :)

Newbie

Posts

Joined
Mon Jun 06, 2011 10:00 pm

Post by autumnedwina » Fri Jun 01, 2012 3:16 pm

Please download the attached files, unzip them on your desktop, and use FTP or your hosting File Manager to upload them to your website.

Newbie

Posts

Joined
Fri Jun 01, 2012 3:15 pm


Post by billynoah » Wed Mar 19, 2014 8:10 am

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:

Code: Select all

$request .= '&' . $key . '=' . urlencode(stripslashes($value));
should be

Code: Select all

$request .=  $key . '=' . urlencode(stripslashes($value)) . '&';

Image


Active Member

Posts

Joined
Tue Jan 15, 2013 12:46 pm
Who is online

Users browsing this forum: No registered users and 23 guests