Mobile app version of vmapp.org
Login or Join
Michele947

: Partial refunds in Magento How do I get a partial refund (credit memo) working in Magento? I have a customer who bought 3 items but only wants to get a refund on one of the items. Is there

@Michele947

Posted in: #Creditcard #CustomerService #Magento

How do I get a partial refund (credit memo) working in Magento? I have a customer who bought 3 items but only wants to get a refund on one of the items. Is there a way to do that?

Also, can I move that item back to the inventory (like updating the stock automatically)?




(duplicate of question on StackOverflow, stackoverflow.com/questions/4159696/partial-refunds-in-magento)

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Michele947

2 Comments

Sorted by latest first Latest Oldest Best

 

@Dunderdale272

You can do partial refunds only if the payment method supports partial refunds. In the payment method class of the payment method used for the order you must have protected $_canRefundInvoicePartial = true;

10% popularity Vote Up Vote Down


 

@Merenda212

You can do partial refunds in Magento quite easily.

Go to the order that needs a partial refund, click Credit Memo and then scroll down to the table of products the customer purchased. Change the quantities to the amount you want to purchase and then continue with the credit memo.

--

If the products are stock managed items (i.e. if the stock level decreases after sales) then the item should then be returned to the stock automatically. Note: I have never used stock management so this may be incorrect.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme