Is there no way to modify the new account and order details pages?
We have our customers set to the New customer accounts setting:
This in-turn takes logged in customers to a url looking like this (notice the account in the domain):
https://mydomain.account.myshopify.com/orders
When a customer clicks on an order to view their order details they go to a url looking like this (again, notice the account word in the domain):
https://mydomain.account.myshopify.com/orders/4931500179628
I was told to modify the following theme files to see if we are able to modify anything on these pages:
customers/account.liquid> > customers/order.liquid
Nothing added or removed seems to modify any of these pages.
For reference when one goes to “View Order” in the back-end as a staff member it takes one to a url looking like this:
https://mydomain.myshopify.com/63238865068/orders/7cccb5792c28f4a65aa1c8a272aa6197
I was able to modify this page by adding code to the Additional Scripts, but this does not seem to effect any of the other urls mentioned above.
