Skip to content

Magento holding on to new shipping address even when selecting existing #37343

@ksenia-zlotin

Description

@ksenia-zlotin

Preconditions and environment

Magento 2.4.4

Steps to reproduce

  1. Add simple product to cart as a logged in customer with a default address
  2. Proceed to checkout, on shipping step add a new shipping address in that step
  3. Proceed to billing step to calculate taxes and save it
  4. Go back to shipping step and select an existing address
  5. Proceed to billing step to calculate taxes and save the shipping address selected in the quote
  6. Visit the cart page, while debugging src/magento/vendor/magento/module-checkout/view/frontend/web/js/model/checkout-data-resolver.js:58

Expected result

resolveEstimationAddress method has correct, selected, shipping address
taxes calculated correctly

Actual result

resolveEstimationAddress method has new shipping address, even though it is not selected
taxes calculated correctly, for incorrect new address

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

Metadata

Labels

Area: Cart & CheckoutArea: TaxIssue: ConfirmedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedPriority: P3May be fixed according to the position in the backlog.Progress: dev in progressReported on 2.4.4Indicates original Magento version for the Issue report.Reproduced on 2.4.xThe issue has been reproduced on latest 2.4-develop branchTriage: 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