grizzly Posted November 23, 2002 Posted November 23, 2002 Hi Their, have downloaded the contribution nochex payment modules and have uploaded the files to their folders. Then went to admin / modules /payment and clicked on green button to enable it. Then edited the email address and updateed it. When I got to shopping cart in payment options the nochex does not come up on the screen. Can anybody shed some light on this for me.
tradenet Posted November 23, 2002 Posted November 23, 2002 Hi Their, have downloaded the contribution nochex payment modules and have uploaded the files to their folders. Then went to admin / modules /payment and clicked on green button to enable it. Then edited the email address and updateed it. When I got to shopping cart in payment options the nochex does not come up on the screen. Can anybody shed some light on this for me. Edit the mod with this: function selection() { return array('id' => $this->code, 'module' => $this->title); }
grizzly Posted November 23, 2002 Author Posted November 23, 2002 hi, new to this you see. could you elaberate on this a bit
tradenet Posted November 23, 2002 Posted November 23, 2002 hi, new to this you see. could you elaberate on this a bit :shock: K, open the file up you down loaded to ~/payments Look for the function: function selection() add: return array('id' => $this->code, 'module' => $this->title); :P
grizzly Posted November 23, 2002 Author Posted November 23, 2002 where do I slot it in in the code: // class methods function javascript_validation() { return false; } function selection() { return false; } function pre_confirmation_check() { return false;
grizzly Posted November 24, 2002 Author Posted November 24, 2002 OK. Solved that problem. Now it lets me select it and continue. Go throught the confirm process and takes me the the your order is being processed. Should this be or is their something else I should be doing.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.