Closed
Description
Preconditions (*)
Magento v2.3 & 2.4
Steps to reproduce (*)
- Configure any shipping method with a max_package_weight value.
- Add multiple products to the shopping cart, making sure that multiple boxes are required based on the shipping method's maximum package weight.
- 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”.