• Welcome to KonaKart Community Forum. Please login or sign up.
 

Updating product quantity after order cancellation

Started by PiotrN, February 14, 2012, 11:18:37 am

Previous topic - Next topic

PiotrN

Howdy,

When I checkout my cart the ordered quantities of a products are deducted from the overall shop quantity.

1. Can I deduct the quantity not when the order is accepted, but e.g. when the payment is accepted?

2. If I cancel an order, the quantity is not changed, i.e. the Product A had quantity: 10. I've ordered 5 Product A's. After checkout, the shop quantity is 5. If I cancel the order the quantity is still 5.
Do I need to manually change the quantities? Should I react upon the event when order is changing to "canceled" and execute my own code to "fix" the stock status?

Cheers and thanks in advance.

kkdubey042@gmail.com

The same problem I am facing with the community version 8.1.0.0 .

after order success or in Pending state, the product quantity is getting deducted but from the admin from orders tab I can edit the order during editing I can change the status of the order, when I am changing the status to cancel or refunded the store quantity is not getting added back.

Is there any different way to maintain the product quantity from the admin.

Or we need to make it customize and how can we achieve it.