How to allow your customer to edit their Shopify account
Published Date: December 1, 2020
In the next four weeks, I'm planning to start a challenge it will be called #4weeksOfShopifyDev. In this challenge, I'll write technical articles related to the Shopify theme and app development.
The majority of the upcoming articles are from previous Shopify store clients I worked with
In today's article, I'll be talking about how to allow your Shopify store customers to edit their info without calling your customer support.
Install the Shopify app
First, we'll use a Shopify app to allow customers. they have a free plan.
How to allow your customer to edit their Shopify account
Configure the Shopify app
To allow your customers to edit their info, we have two solutions Inject the code on an exciting page Create a new page to edit the profile
In this article, I'll go with the second solution.
- Create a new page template it will be called edit-profile
How to allow your customer to edit their Shopify account
- Inject the Shopify app code to display the form
<div id='kca-embed'></div>
- Create a new Shopify page and choose the page. edit-profile as page template
Now, we have the edit account form loaded as we want, but we need to match the style of the form to our design
How to allow your customer to edit their Shopify account
Click on the settings dropdown menu and choose custom css
How to allow your customer to edit their Shopify account
- Inspect the console on the edit profile page
- Style the input and label element with your own css style and paste them into the app
How to allow your customer to edit their Shopify account
I hope you find this article useful. I'll be writing more technical in the next 4 weeks. if you joined me in this challenge, You can find me on
Related Posts
#4WeeksOfShopifyDevConvert your Shopify store to PWA for better performances (conversion)
December 31, 2020
On the 16th of the #4WeeksOfShopifyDev challenge, I’ll be talking about Why you should convert your Shopify store to PWA for better performance?
#4WeeksOfShopifyDevWhy developers should invest in learning the Shopify App or Theme development?
December 21, 2020
#4WeeksOfShopifyDevHow to add and remove the item from the cart on the product page using AJAX
December 20, 2020
Convert your Shopify store to PWA for better performances (conversion)
December 31, 2020
On the 16th of the #4WeeksOfShopifyDev challenge, I’ll be talking about Why you should convert your Shopify store to PWA for better performance?
Why developers should invest in learning the Shopify App or Theme development?
December 21, 2020
How to add and remove the item from the cart on the product page using AJAX
December 20, 2020