-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: create cart from order #1592
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pls add a PR description
src/app/pages/account-order/account-order/account-order.component.html
Outdated
Show resolved
Hide resolved
src/app/pages/account-order/account-order/account-order.component.ts
Outdated
Show resolved
Hide resolved
src/app/pages/account-order/account-order/account-order.component.ts
Outdated
Show resolved
Hide resolved
Azure Demo Servers are available: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move the button below the cost summary according to the IAD (linked at the story in ADO)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
L10N Review done
Azure Demo Servers are available: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please check the button naming again. (ORDER AGAIN)
PR Type
[x] Feature
What Is the Current Behavior?
The PWA does not yet handle reordering products from an existing order.
Issue Number: Closes #
What Is the New Behavior?
The user can add all items from an order to the shopping cart on the order details page. If products from the order are no longer available or out of stock they won't be added to the cart. The items will be added to the current basket, it does not overwrite the items that are already in the basket.
Does this PR Introduce a Breaking Change?
[x] No
Other Information
AB#94519