I would need to stop decreasing inventory while placing an order,
I need to do this activity only after successful payment.
I would need to stop decreasing inventory while placing an order, I need to
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, We can disable this qty decrease pragmatically
How ?
Extend Mage_Checkout_Model_Type_Onepage and Rewrite the method saveOrder
Changes
before the following lines in the above method, will be around #740 to #742
Add
This will inform Magento that dont process inventory for the quote, so it wont decrease the qty even if it is configured to do so.