Page 1 of 1

Creating a payment module for Open Cart

Posted: Fri Oct 21, 2011 8:58 pm
by silvermarbles
Hello,

I need to create a payment module for a payment gateway not listed in Open Cart.

How easy is this to do? Could i copy another module? If so which ones would be best?

Any help appreciated.

Thanks
Anthony

Re: Creating a payment module for Open Cart

Posted: Fri Oct 21, 2011 9:08 pm
by Xsecrets
depends are you a developer? If you are not then it's not going to be easy at all. You can copy another one and start from that. Which one would depend on what type of payment module you are trying to write.

Re: Creating a payment module for Open Cart

Posted: Fri Nov 04, 2011 7:56 pm
by silvermarbles
Hi, yes i am a developer but i havent done a payment module before. I know PHP and MySQL.

I am creating a payment module for Zombaio.

I am reading there API instructions and it has a basic form posting 6 or 7 hidden fields to a secure https zombaio server.

One field is called credit_value which I needs to pass the basket total to.

I need to know the basic file structure for a module. Any help is appreciated.

Maybe i can copy one module and change it?