-
Notifications
You must be signed in to change notification settings - Fork 685
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
Bugfix/pwa 3377 after login issue on order success page #4354
Bugfix/pwa 3377 after login issue on order success page #4354
Conversation
…ionality to be able to set and get the new flag value
|
run scaffold-pwa |
Successfully started codebuild job for |
// Return an empty response if no valid order or shipping address exists | ||
return; | ||
|
||
//Below code can be uncommented in case of wanting to show the order success page with blank shipping address. |
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.
remove these commented lines
run code-build |
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.
approved
Description
This pr Adds the functionality to redirect a guest user to the account-information page when they register an account from the order-confirmation/order-success page.
On login from the order-confirmation/order-success page guest users will be redirected to /order-history page.
Related Issue
https://jira.corp.adobe.com/browse/PWA-3377
Closes #PWA-3377 (https://jira.corp.adobe.com/browse/PWA-3377)
Acceptance
Verification Stakeholders
Specification
Verification Steps
Test scenario(s) for direct fix/feature
Test scenario(s) for any existing impacted features/areas
Test scenario(s) for any Magento Backend Supported Configurations
Is Browser/Device testing needed?
Any ad-hoc/edge case scenarios that need to be considered?
Screenshots / Screen Captures (if appropriate)
Breaking Changes (if any)
Checklist