Hi,
I am developing shopify website. i have 2 options - new customer accounts and legacy method. in new method all account related routes and data and functionality are handled by shopify with their domain not in the store domain. in legacy method we can control that by liquid file, we can access that in code.
i want to customize the accounts pages, order pages, and its functionalities. and i am insisted to work in new customer accounts. we can’t modify the accounts pages directly by liquid code, so i tried with customer ui extension, in that also some limitaions, scope issues, etc. it make more delay in time.
i think of a way, that we can create a new page that name with account, so something like pages/account. in that i can access to liquid file, in that i can customize the ui. now i have question that can i do that , can i get the orders and user data for that page in this new method?, can we access it other than shopify default domain for it?, do i get access to it to access the data?