You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
I like to modify the checkout shipping before clicking on weburl button.
Is there any option to ask shipping address on shopify like "fieldBaseTypes.required_shipping = false"
so that we can skip shipping address form to fill.
something like this client.checkout.create({ fieldBaseTypes: { requiresShipping: false } }).then((res) => {})
Please help me.
The text was updated successfully, but these errors were encountered:
tufail
changed the title
How can we modify checkout before checkout weburl
How can we modify checkout weburl
Apr 23, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi ,
I like to modify the checkout shipping before clicking on weburl button.
Is there any option to ask shipping address on shopify like "fieldBaseTypes.required_shipping = false"
so that we can skip shipping address form to fill.
something like this
client.checkout.create({ fieldBaseTypes: { requiresShipping: false } }).then((res) => {})
Please help me.
The text was updated successfully, but these errors were encountered: