Skip to content

Sales order item qtys and bundle #38029

Open
@Nuranto

Description

Preconditions and environment

  • Magento version 2.4.6-p2

Steps to reproduce

  1. Create a bundle
  2. Add bundle to cart, with selection qty = X where X > 1
  3. Place order
  4. Invoice and ship order
  5. 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

No one assigned

    Labels

    Area: OrderComponent: DBIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P3May be fixed according to the position in the backlog.Progress: ready for devReported on 2.4.6-p2Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branch

    Type

    No type

    Projects

    • Status

      Ready for Development

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions