Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Customizing Checkout Page

Customizing Checkout Page

ZafarKhan
Visitor
1 0 0

I want to call external API to verify user entered email is registered with external website or not.

Based on the external API response, display the message to user in checkout page.

Replies 2 (2)

Junaid-Ahmed
Shopify Partner
79 17 17

Hey Zafar, Welcome to the Shopify Community Forums.

 

Accomplishing such a checkout customization will require to add custom JavaScript code to the `checkout.liquid` file which is only available to Shopify Plus customers. Do you have a Shopify Plus store?

 

Next question, do you want to disable the next checkout steps if an email is not registered?

- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
guimei
Shopify Partner
18 0 5

the 'checkout.liquid' file is not support in checkout extensibility now, and I have same question