How to Add a Custom Unique Login Page?? #2100
Unanswered
paulsblackfriday
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
1.) I want to get the clear steps as the devloper Docs and shopify guide does not show me how to create seperate login pages from within code editor template creator area.
I have One for regular account register page for users to buy from the shop, but also I want Model
users who goto the events must register as a Model so I just reused the Register Template > page for the type, and to remake another page for Models creation page, created an actual page and assigned it to this liquid template and that works but i dont know if thats proper or what? But i do need a Models LOGIN page now after they have used the Register template liquid page to create their accounts. How do i create a seperate MODELS LOGIN page or is it best to just reuse the regular LOGIN liquid page form and url?
IM trying to differentiate between users though so i can know who is who in the zoo of this business and the data.
2.) Also what is the "route" URL for a reset password page?, the default on dawn theme it uses a URL with a hastag by default. ie:
account/login#recover
I had to use a regular absolute URL because i didnt know the route._____url <---?
{% endform %}
{% if shop.customer_accounts_enabled %}
{% if customer %}
Account
{% else %}
Login
{% endif %}
{% endif %}
Beta Was this translation helpful? Give feedback.
All reactions