@W-21111863 @W-21109829 @W-21005976 @W-21109850 1CC Bug Fixes#3638
Merged
kumaravinashcommercecloud merged 9 commits intodevelopfrom Feb 9, 2026
Merged
@W-21111863 @W-21109829 @W-21005976 @W-21109850 1CC Bug Fixes#3638kumaravinashcommercecloud merged 9 commits intodevelopfrom
kumaravinashcommercecloud merged 9 commits intodevelopfrom
Conversation
* One click checkout * changes to fix install, tests and lint - needs to be reviewed * revert the test change in pwa-kit-runtime * @W-20892497 Show Phone number in Contact Info summary (#3576) * W-20892497 Show Phone number in Contact Info summary * fix lint * @W-20892592 Remove gift messaging for multi shipment (#3579) * W-20892592 Remove gift messaging for multi shipment * translations * @W-20892530 @W-20892577 Billing Address Validation and Using contact phone for user registration (#3583) * W-20892530 Billing Address Validation * W-20892577 save contact info phone * Fix SDK tests (#3593) * fix sdk tests and app bundle size * fix lint * @ W-20540715 Address 1CC feature branch review comments (#3619) * address first set of comments * address rest of code review comments * reverting default.js changes * fix package versions * shipping options fix * attempt to fix flaky tests * passwordless mode updates * @W-21109850: Continue as Guest skips entering phone number Signed-off-by: d.phan <d.phan@salesforce.com> * fix import Signed-off-by: d.phan <d.phan@salesforce.com> * translations * fix user not found error --------- Signed-off-by: d.phan <d.phan@salesforce.com> Co-authored-by: Sushma Yadupathi <syadupathi@salesforce.com> Co-authored-by: syadupathi-sf <66088780+syadupathi-sf@users.noreply.github.com>
… checkout as guest (#3634)
…t… (#3632) * W-21005976 Save newly registered user's info when they leave checkout and return * code review comments
Collaborator
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Signed-off-by: syadupathi-sf <66088780+syadupathi-sf@users.noreply.github.com>
* W-21109829 Editing shipping options in multi shipment scenarios * minor text changes
kumaravinashcommercecloud
approved these changes
Feb 5, 2026
kevinxh
approved these changes
Feb 9, 2026
kevinxh
approved these changes
Feb 9, 2026
unandyala
pushed a commit
that referenced
this pull request
Feb 10, 2026
* @W-21109850: Continue as Guest skips entering phone number (#3626) * One click checkout * changes to fix install, tests and lint - needs to be reviewed * revert the test change in pwa-kit-runtime * @W-20892497 Show Phone number in Contact Info summary (#3576) * W-20892497 Show Phone number in Contact Info summary * fix lint * @W-20892592 Remove gift messaging for multi shipment (#3579) * W-20892592 Remove gift messaging for multi shipment * translations * @W-20892530 @W-20892577 Billing Address Validation and Using contact phone for user registration (#3583) * W-20892530 Billing Address Validation * W-20892577 save contact info phone * Fix SDK tests (#3593) * fix sdk tests and app bundle size * fix lint * @ W-20540715 Address 1CC feature branch review comments (#3619) * address first set of comments * address rest of code review comments * reverting default.js changes * fix package versions * shipping options fix * attempt to fix flaky tests * passwordless mode updates * @W-21109850: Continue as Guest skips entering phone number Signed-off-by: d.phan <d.phan@salesforce.com> * fix import Signed-off-by: d.phan <d.phan@salesforce.com> * translations * fix user not found error --------- Signed-off-by: d.phan <d.phan@salesforce.com> Co-authored-by: Sushma Yadupathi <syadupathi@salesforce.com> Co-authored-by: syadupathi-sf <66088780+syadupathi-sf@users.noreply.github.com> * W-21111863 Hide user registration for returning shoppers who chose to checkout as guest (#3634) * @W-21005976 Save newly registered user's info when they leave checkout… (#3632) * W-21005976 Save newly registered user's info when they leave checkout and return * code review comments * @W-21109829 Editing shipping options in multi shipment scenarios (#3637) * W-21109829 Editing shipping options in multi shipment scenarios * minor text changes * remove unnecessary test --------- Signed-off-by: d.phan <d.phan@salesforce.com> Signed-off-by: syadupathi-sf <66088780+syadupathi-sf@users.noreply.github.com> Co-authored-by: Danny Phan <125327707+dannyphan2000@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Fixes to bugs:
W-21111863
W-21109829
W-21005976
W-21109850
Types of Changes
Changes
How to Test-Drive This PR
W-21111863
Entering checkout as a guest shopper, then enters a registered email. An OTP modal should pop up, but choose to Checkout as a Guest. Complete the checkout manually as a guest shopper.
Result: At the last Payment section, there is a User Registration box (found for guest shoppers)
Expected: Even though the shopper is checking out as a guest, the shopper is still a registered user. Hence, the user registration component should not show up here (cannot re-register).
W-21109829
Entering checkout with 2+ items. Choose to shipping to multiple addresses, fill out/choose the different addresses and Continue to Shipping Options. Should auto-populate. Now click Edit Shipping Options.
Result: Loading circle keeps going on the Shipping Options component.
Expected: Shopper should be able to modify Shipping Options.
W-21005976
Checkout as a guest shopper
Register account
Do not place order
Go back to Cart
Go back to Checkout (now as registered shopper)
Click Place Order.
Result: No saved phone number and address
Expected: Phone number and shipping address should be saved to the customer profile
W-21109850
-Enter checkout as a guest. Fill out a registered email address, but choose to Continue as Guest.
Result: The modal is closed. But we're skipping Contact Information stage without needing to fill out phone number (required field).
Expected: The modal should be closed, but stay in Contact Information stage so that shopper can enter their phone number. We allow shoppers to enter information manually (like a guest shopper).
Checklists
General
Accessibility Compliance
You must check off all items in one of the follow two lists:
or...
Localization