AmpersandHQ / magento2-disable-stock-reservation

This module disables the inventory reservation logic introduced as part of MSI in Magento 2.3.3
GNU Lesser General Public License v3.0
211 stars 60 forks source link

Qty not deducting after order placement in Magento 2.4.2 #89

Closed anjalykv closed 11 months ago

anjalykv commented 1 year ago

Hi,

I have installed the extension in our Magento 2.4.2 and truncated the inventory reservation table. But the QTY not deduct after an order is placed. Cleared cache and re-index. But no change. Let us know how can I fix the issue.

markfischmann commented 1 year ago

In your case, qty is not deducted but is a reservation placed inside inventory_reservation ? If that's the issue, usually you could run another php bin/magento setup:di:compile and it would work.

convenient commented 1 year ago

Hello @anjalykv did marks recommendation fix your issue?

convenient commented 11 months ago

Closing due to lack of details.