Open
Description
Preconditions and environment
- Magento version 2.4.6-p2
Steps to reproduce
- Create a bundle
- Add bundle to cart, with selection qty = X where X > 1
- Place order
- Invoice and ship order
- Check sales_order_item
Expected result
bundle item row :
qty_ordered = 1
qty_invoiced = 1
qty_shipped = 1
simple item row :
qty_ordered = X
qty_invoiced = X
qty_shipped = X
Actual result
bundle item row :
qty_ordered = 1
qty_invoiced = 1
qty_shipped = 1
simple item row :
qty_ordered = 1
qty_invoiced = X
qty_shipped = 0
Additional information
No response
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”.
Metadata
Assignees
Labels
Type
Projects
Status
Ready for Development