Edit B2B order list view

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!

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.

1 Like

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.

1 Like