Tuesday 26 April 2011

How to duplicating money order payment method module in Magneto1.5



 Duplicate it as follows (checkmo to checkmonew):


Step 1 : mage/payment/block/forms + info : duplicate checkmo.php to checkmonew.php (rename inside checkmo to checkmonew)


Step 2 : mage/payment/etc/config.xml + system.xml : duplicate the checkmo parts (and rename it to checkmonew)


Step 3 : mage/payment/model/method : duplicate checkmo.php to checkmonew.php (rename inside checkmo to checkmonew)


Step 4 : design/adminhtml/default/default/template/payment/form + info : duplicate checkmo.php to checkmonew.php (rename inside checkmo to checkmonew)


Step 5 : design/frontend/base/default/template/payment/form + info : duplicate checkmo.php to checkmonew.php (rename inside checkmo to checkmonew)

Please follow this above step surely you can find in my cart page and my order page(invoice)


9 comments:

  1. Well done!

    Thanks for sharing

    It's working perfectly for me

    ReplyDelete
  2. don't work :( can't see order label in my order

    ReplyDelete
  3. did you clear the cache and re-indexing ?

    ReplyDelete
  4. This did not work on 1.6.2 can you help?

    ReplyDelete
  5. Unfortunately, this does not work on 1.6.2
    Back-end is fine, but there is an issue at checkout page.

    ReplyDelete
    Replies
    1. Everything is ok at backend, but at checkout I don's the new method? (Magento 1.6.2) Why is that?

      Delete
  6. Great! Its working fine for me. Thanks

    ReplyDelete
  7. Works on 1.9.0.1 works like a treat :) Thumbs up for this tutorial. Life saver
    and thanks again.

    ReplyDelete
  8. Every think is working fine but on pdf invoice payment method not show. Any one can help?

    ReplyDelete