A space to discuss online store customization, theme development, and Liquid templating.
Hello Everyone!
I am trying to access the code of customer profile (order list, order detail view) to disable the Pay now button or create a more custom page. I cannot find this section nowhere in customization liquid code.
I am using Sense theme. Does anyone faced similar problem?
Thank you for support!
Solved! Go to the solution
This is an accepted solution.
Hi Aristo09,
The new customer account pages are not part of Shopify themes, so this is why you're not finding a template that controls what is displayed to customers when they log in. To customise the customer accounts, you'll need to use customer account extensions.
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
This is an accepted solution.
Hi Aristo09,
The new customer account pages are not part of Shopify themes, so this is why you're not finding a template that controls what is displayed to customers when they log in. To customise the customer accounts, you'll need to use customer account extensions.
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Ahh I didn't know it Liam. Thank you for reply!
Now it makes sense. So when I could develop extension, does this extension is "deployed" directly to my store, or I need to deploy it to some hosting service e.g Heroku or Azure?
I understand that I am installing an application in the Shopify Partner board , but is it possible to install application directly from my local machine? I do not understand this. Is there some article about it or Could you share this information?
It could be possible to avoid external hosting on a service like Heroku by making an extension-only app. You'd build and test the app on your local machine (using the Shopify CLI) and then deploy it to Shopify so it can be installed on a live store.
Liam | Developer Advocate @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog