Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

setting up payment module


Jason Jacobs

Recommended Posts

Posted

A simple question: In order to send the payment info to a gateway, do I just mess with the form on checkout_confirmation.php? It seems too simple...

 

If that's not the right way, what is?

 

I've looked on Wiki, osdocs, and many threads on here, and I can't find my answer.

 

Thanks for your help, once again.

 

-j

Posted

The Payment modules are processed by /includes/classes/payment.php which is used in checkout_payment.php and checkout_confirmation.php

 

You need to look at how Payment modules are written and then create, in essence, an interface (gateway) to the payment processing company you are using, if any.

 

If you look in the contributions, there are a number of Payment modules already made for osCommerce that may either be ready to use as is or need some updating to the new code, depending on your snapshot.

Archived

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

×
×
  • Create New...