Magento - Custom Payment Module

十年热恋 提交于 2020-01-01 17:00:08

问题


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:


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



来源:https://stackoverflow.com/questions/1823355/magento-custom-payment-module

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!