Checkout – Create Dummy Payment Method

checkoutpayment-methods

I am trying to create a Payment Method in Magento for Internal Use. Basically it is to track inventory for company expenses for products removed from the inventory internally.

Can a checkout payment method be null or skipped so I can create an order on the frontend without requiring payment? Or should I just use the "Other" payment method without authorization?

Best Answer

I typically use the "Check/Money order" in this scenario - you can change the frontend name to be whatever you prefer. You can always whip something up to hide the option and have it always be selected.

Related Topic