Is there some tutorial or guide line to create new payment module?
Is there some tutorial or guide line to create new payment module?
Yes I need the same, I need to create anew payment module to wire transfers, is very simple, any one there ...![]()
If you are looking at online payment gateways, this is not a one-sided process...
You will need to talk to your payment gateway to find out how their systems receive payment data, and how they return the transaction data to your zenshop.
Once you know what they want, and how they want it, you can look at ZC's database and code structures to figure out how it needs to work on the ZC side.
Look at the code in other gateway mods for pointers.
If you are looking at creating a module that is entirely "encased" in the ZC checkout sequence, you could examine making a "clone" of an existing module. (Not all modules can be "cloned"... but I successfully cloned check/moneyorder to make a new mod called account holders, which is available in the downloads section)
20 years a Zencart User