Magento – Cancel order with Magento’s Free Payment Method

magento-1.7orderspayment-methods

I have a few orders in the system which were placed using Magento's Free ( No Payment Required ) method but I want to try cancel them.

How do you go about cancelling an order with this payment method? There is no option in the backend and you can't credit memo something with R0 value.

Any ideas?

Best Answer

If the payment method has been setup to go directly into the status "processing" then you will not be able to cancel the order as orders that have an invoice cannot be cancelled via the admin section.

You can check your settings via System->Configuration->Sales->Payment Methods

Here under the tab Zero Subtotal Checkout you can assign if the invoice is setup and which status the order will be put into.

enter image description here

Related Topic