Skip to content

Customer email is not prefilled in checkout sheet #163

@yuhueilee

Description

@yuhueilee

What area is the issue related to?

Checkout Sheet Kit

What platform does the issue affect?

All platforms

What version of @shopify/checkout-sheet-kit are you using?

3.2.0

Do you have reproducible example code?

{
    "@shopify/checkout-sheet-kit": "^3.2.0",
    "@shopify/storefront-api-client": "^1.0.3",
    "react": "18.2.0",
    "react-native": "0.74.0",
}

Steps to Reproduce

  1. Customer logged in
  2. Customer adds items to cart
  3. When the customer presses the "Checkout" button, a cart is created via the cartCreate mutation, then authentication is performed successfully
  4. Present the customer with the checkout sheet using the checkoutUrl

Expected Behavior

Email is prefilled, and multi-selection is available in the address section

Actual Behavior

Email is not prefilled, and no multi-selection is available in the address section

Note:
Initially, we use react-native-webview to present the checkoutUrl, which does prefill the customer's email and display multi-selection for the address section.

Storefront domain

citiesocial.myshopify.com

Screenshots/Videos/Log output

checkout.sheet.failed.mov
webview.mov

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingstale

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions