Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Nochex Payment Modules


grizzly

Recommended Posts

Posted

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.

Posted
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); 



   }

Posted
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

Posted

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;

Posted

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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...