-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Labels
Description
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
- Customer logged in
- Customer adds items to cart
- When the customer presses the "Checkout" button, a cart is created via the
cartCreatemutation, then authentication is performed successfully - 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.