dejikuye Posted March 2, 2013 Share Posted March 2, 2013 (edited) Hello, I'm trying to develop a payment module for my local store using my local bank html form I created the module name file and code structure as follow: class ModuleName extends PaymentModule{ function __construct() { } function install() { } function uninstall() { } } But I really don't where to use the html form and where to go from here. Any help will be appreciate. Edited March 3, 2013 by dejikuye (see edit history) Link to comment Share on other sites More sharing options...
bellini13 Posted March 2, 2013 Share Posted March 2, 2013 you have an extremely long way to go from that blank html form, to a complete payment module. Way out of scope for a forum post. If you are serious about attempting this on your own, then you should perhaps review the Check or Bankwire module and adapt it to your needs. You should also read the developer guide on how to create a module. If this becomes something you require professional help from, that is a service I can offer to you. You can send me a PM for more details. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now