Developing Payment Modules with osCommerce
“Payment Modules with osCommerce” is a good tutorial for writing payment modules for osCommerce, which I need to do as part of my graduation project. I was not able to find any other guides or tutorials for writing payment modules, and osCommerce is poorly documented. The tutorial was even worth a digg.



29. April, 2007 at 17:03
Dear all, it was a good tutorial, thx for the one who submitted it.
However we need more information on this issue in depth, i need it for my graduation project, we want to connect Cashu Bank (www.cashu.com) it is just like paypal, to Os Commerce.
Any help.
A
powermanga@hotmail.com
30. April, 2007 at 17:07
I was successfully able to use this tutorial to build a payment module suitable for my needs. I started with the CC module which comes with osCommerce. Its files come in three directories:
oscCommerceRoot/catalog/includes/modules/payment/cc.php
oscCommerceRoot/catalog/includes/classes/cc_validation.php
oscCommerceRoot/catalog/includes/languages/english/modules/payment/cc.php
The code is not very pretty, but it should not take to very long to know your way around and figure out what you need to modify to get things to work.
I hope this will be helpful.