You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This error happens when you try to "notify order for pick up" for an order that happens created with the store pickup method and the whole qty of any product has been ordered. To reproduce this error:
Order a product via store pickup and order the whole qty of that product so that it is out of stock after your order.
Check that the product is out of stock and has qty 0 in the backend.
Open the order in the backend and click the “Notify Order is Ready for Pickup” button.
You should get an error message “The order is not ready for pickup“.
Expected: The customer has been notified and shipment created. Actual: An error message "Order is not ready for pickup." is displayed and no shipment is created.
Versions:
Magento: 2.4.5-p2
PHP: 8.1
The text was updated successfully, but these errors were encountered:
waleedbasit
pushed a commit
to waleedbasit/magento2-disable-stock-reservation
that referenced
this issue
Apr 18, 2023
This error happens when you try to "notify order for pick up" for an order that happens created with the store pickup method and the whole qty of any product has been ordered.
To reproduce this error:
Expected: The customer has been notified and shipment created.
Actual: An error message "Order is not ready for pickup." is displayed and no shipment is created.
Versions:
Magento: 2.4.5-p2
PHP: 8.1
The text was updated successfully, but these errors were encountered: