Skip to content
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

Guest shipping address specified on checkout isn't transmitted to customer account if that customer leaves checkout and signs up. #274

Open
alexanderfc opened this issue Jun 21, 2017 · 2 comments
Labels

Comments

@alexanderfc
Copy link

Preconditions:

  1. At least one product visible on storefront.
  2. No authed session on storefront.

Steps:

  1. As a guest customer, open PDP of a product from preconditions.
  2. Add product to card.
  3. Proceed to checkout.
  4. Fill out new shipping address form and click 'Save'.
  5. Leave checkout.
  6. Proceed to sign up page and sign up a new customer.
  7. Proceed to checkout and check your shipping address.

Actual result: shipping address isn't saved.
Expected result: shipping address is transmitted from guest session after user signs up.

@alexanderfc
Copy link
Author

This behavior might be questionable since we transmit personal data from one user to another, and I'd like some opinions on this. We treat line items in the same way - saving guest cart and transmitting it to a newly signed up customer. However, products aren't personal data.

@jmataya
Copy link
Contributor

jmataya commented Jun 21, 2017

Yeah, I actually don't think we should fix this, for the reason you specified. We're explicitly not saving this information on guest customer accounts because it's personal information.

Maybe we could do something client-side to make this appear seamless, but that's about as far as I would go.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants