Magento - Custom Payment Module

2019-04-11 05:30发布

This is a very general question, but here goes: I'm trying to create a custom payment module in Magento. I've created a 'regular' module that hooks into the Magento event/observer model. But how do I tell Magento to treat a module as a payment module, so it shows up in the admin backend AND on the checkout page?

1条回答
劳资没心,怎么记你
2楼-- · 2019-04-11 06:00

My general answer would be to try and reverse engineer the magento paypal module in magento core. Then you can create a module that will be similar to your desired functionality.

Also look at http://www.magentocommerce.com/wiki/how-to/create-payment-method-module

and http://activecodeline.net/writing-a-custom-module-in-magento-detailed-walktrough

查看更多
登录 后发表回答