-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Open
Labels
Issue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseReported on 2.4.8-p3Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Description
Preconditions and environment
- Magento version: 2.4.8-p3
- Order with a bundle product in cart
Steps to reproduce
- Add a BUNDLE product to cart and place an order
- In the admin panel, go to the order page
- Create an invoice
- Create a shipment
Expected result
- order status is switched to 'Complete'
- there is no 'Ship' button in the top right toolbar
Actual result
- orders status remains 'Processing'
- the 'Ship' button is still visible, however you can't acutally create a shipment
Additional information
The issues happens because when you create a shipment for a bundle product, the qty_shipped value is getting updated for the parent product only, but not for the child products. As a result, the Magento\Sales\Model\Order::canShip() method always returns true.
Release note
No response
Triage and priority
- Severity: S0 - Affects critical data or functionality and leaves users without workaround.
- Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
- Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
- Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
- Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.
andirosu
Metadata
Metadata
Assignees
Labels
Issue: needs updateAdditional information is require, waiting for responseAdditional information is require, waiting for responseReported on 2.4.8-p3Indicates original Magento version for the Issue report.Indicates original Magento version for the Issue report.
Type
Projects
Status
Needs Update