Magento - Custom Payment Module

This is a very general question, but here it is: I am trying to create a custom payment module in Magento. I created a โ€œregularโ€ module that connects to the Magento event / observer model. But how can I tell Magento about working with the module as a payment module, so it appears in the admin backend and on the verification page?

+3
source share
1 answer

My common answer would be to try redesigning the magento paypal module in the magento core. Then you can create a module that will look like the desired functionality.

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

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

+3

Source: https://habr.com/ru/post/1724341/


All Articles