Forum Moderators: coopster
I am in the process of creating a custom payment module for osCommerce. Has anyone done this before and can give me a few tips. I find the codebase for osCommerce rather complicated as most everything is redefined you almost need to know how to program in "osCommerce" as programming in "PHP" is not good enough.
daisho.
First let me come to the defense of OSC. ;) osCommerce isn't that confusing if you consider what it was built for. It's a flexible cart solution that allows for many, many different ecom needs. Plug-ins abound for it and add to it's flexibility. But - in order to allow this flexibility, yes, you need to have a bit more complex code.
There is a logical order to how it is set up. Took me a while to figure it out but the more I use it the more I like it.
daisho, if there's you need a bit more guidance on working with OSC let me know and I'll give it a go.
As it stands now I am starting to get the hang of things so I was able to write my own payment module.
I will let you know if I get stumped :)
daisho.