Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order is not ready for pickup, when whole qty of a product is ordered. #108

Closed
waleedbasit opened this issue Apr 18, 2023 · 0 comments · Fixed by #109
Closed

Order is not ready for pickup, when whole qty of a product is ordered. #108

waleedbasit opened this issue Apr 18, 2023 · 0 comments · Fixed by #109

Comments

@waleedbasit
Copy link

waleedbasit commented 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:

  1. Order a product via store pickup and order the whole qty of that product so that it is out of stock after your order.
  2. Check that the product is out of stock and has qty 0 in the backend.
  3. Open the order in the backend and click the “Notify Order is Ready for Pickup” button.
  4. 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

waleedbasit pushed a commit to waleedbasit/magento2-disable-stock-reservation that referenced this issue Apr 18, 2023
convenient added a commit that referenced this issue Apr 25, 2023
Adds plugin to ensure shipment can be sent with qty is 0, solves issue #69 and #108
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant