Skip to content

Inaccurate Shipping Cost for Multiple Packages #35146

Closed
@nicolasddev

Description

@nicolasddev

Preconditions (*)

Magento v2.3 & 2.4

Steps to reproduce (*)

  1. Configure any shipping method with a max_package_weight value.
  2. Add multiple products to the shopping cart, making sure that multiple boxes are required based on the shipping method's maximum package weight.
  3. Trigger the \Magento\Quote\Model\Quote\Address\RateCollectorInterface::collectRates() method either by requesting shipping estimates from the shopping cart or the checkout page, or programmatically through a third party module and use the getResult() method to obtain the rates.

Expected result (*)

The cost values should be accurate in relation to the estimates returned by the carrier.

Actual result (*)

Although the price values from the different packages are compiled properly, the cost values remain the ones returned for the first package only.


Please provide Severity assessment for the Issue as Reporter. This information will help during Confirmation and Issue triage processes.

  • 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

Metadata

Labels

Issue: needs updateAdditional information is require, waiting for responsePriority: P3May be fixed according to the position in the backlog.Progress: doneTriage: Dev.ExperienceIssue related to Developer Experience and needs help with Triage to Confirm or Reject it

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions