281 votes
0 answers
How can I add various sections in Shopify on register page? For example, phone number?
Solution:
You can't use phone at register https://shopify.dev/themes/architecture/templates/customers-register (https://shopify.dev/themes/architecture/templates/customers-register), but here are a few solutions:
- You can add phone as a field for customer/address and on successful customer register just make another request to save number inside default address. (https://shopify.dev/themes/architecture/templates/customers-addresses (https://shopify.dev/themes/architecture/templates/customers-addresses))
- You can add phone field and save it as a metafield for customer after successful register request. (https://shopify.dev/api/liquid/objects/metafield (https://shopify.dev/api/liquid/objects/metafield))
Undefined asked
Source
Didn't find the answer?
Our community is visited by hundreds of Shopify development professionals every day. Ask your question and get a quick answer for free.
Similar questions
Find the answer in similar questions on our website.
Write quick answer
Do you know the answer to this question? Write a quick response to it. With your help, we will make our community stronger.