Magento – Is it possible to update the order item quantity in Magento

magento-1.7PHP

I want to update the ordered product quantity from the sales order view page (admin side). I have added a new button and actions for update order quantity. But I don't know what are the tables needs to updated for this. or else is there any other solution?(without creating new order concept).

I already gone through below one.

https://stackoverflow.com/questions/12563078/is-it-possible-to-update-order-items-quantity-in-magento

Thanks

Best Answer

So via the admin area you can normally edit orders that are not completed. On the order overview page you should see a button Edit. What this will do is cancel the old order and simply let you create a new order. Here you can change the quantity that has been ordered.