Page 1 of 1
want to create new payment module
Posted: Thu Dec 08, 2011 2:24 pm
by JigneshMistry
I am new to open cart. I am currently using latest version of open cart. I want to create new payment module and also want to create new custom module. can any one help me out. Any help will be appriciated.
Thanks.
Re: want to create new payment module
Posted: Thu Dec 08, 2011 2:48 pm
by hydrowire
Hi JigneshMistry,
Assuming you have programming knowledge, take a look at this page which shows how OpenCart organize its files.
http://www.opencart.com/index.php?route ... &path=77_6
Then, take a look in your OpenCart folder
/catalog/controller/payment for existing payment modules, a good way to get started is to follow the samples is this folder.
Re: want to create new payment module
Posted: Thu Dec 08, 2011 5:23 pm
by JigneshMistry
@hydrowire
Thanks for Help
