Magento Custom Payment Method – Create a Purchase Order Method

modulepayment

i want to add my custom payment method say purchase order just clone of Payment Methods > purchase order ,
means clone of purchase order with different name of how can i add two purchase order , please guide me way to do this .

how can i make purchase order module i am newbie in magento , pls tell if there already ready made link for that .
or how can i do it via module

Best Answer

have a look at https://github.com/luemic/Magento-Custom-PurchaseOrder which adds a second purchase order payment method. In fact most of the configration is copied from the original purchase method. However there must be a second method existing with it's own method code so it can be (de-)activated separately from the original method.

Related Topic