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

I cannot bypass source selection view on order shipment #121

Closed dieguitoqueiroz closed 7 months ago

dieguitoqueiroz commented 11 months ago

The module works correctly and deducts the stock at the time of purchase, but when I try to send the order, it shows me a screen to select which stock the product will come from, preventing me from proceeding with the shipment.

I'm using Magento 2.4.6

Captura de Tela 2023-08-11 às 08 27 43

jasperdy commented 10 months ago

Experiencing the same issue as well when store is using multiple inventory sources. Unable to send a shipment when the current quantity goes to 0 as the stock quantity is now deducted on place order and not being reserved.

convenient commented 10 months ago

Thanks for the screenshot I understand this now 👍

When I was trying to test for https://github.com/AmpersandHQ/magento2-disable-stock-reservation/issues/69#issuecomment-1670137958 I only tested with 1 source and was able to ship okay.

Now that I realise my error I'll leave this ticket open.

convenient commented 9 months ago

Hello @jasperdy and @dieguitoqueiroz

I have had a chance to give this a review and it seems to be the entire "source selection" step may not be necessary, as the stock is already reduced at the point of order placement.

If that is the case, then this PR seems like it may do the job? Just taking you to the classic/standard order shipment page? https://github.com/AmpersandHQ/magento2-disable-stock-reservation/pull/127

Please let me know