Where does this link show up when a guest is visiting your site? It only says 'Log in'
Where does this link show up when a guest is visiting your site? It only says 'Log in'
Unless you are using SPLIT LOGIN (where the Register Page is separate from the LOGIN page), the default naming convention is to direct users to login.
IF you have "Create Account" for this - people who have already created an account won't know that it ALSO takes them to "login".
If you SPLIT the login (see above), you can create separate links to the sign-up page and the login page.
20 years a Zencart User
Admin>>>Layout Settings
(Near the bottom of the list...)
Use split-login page set to True
20 years a Zencart User
Thank you, didn't realize that can be that easy! Although it solves half my problem... I'd like to see
Home - Login - Create Account
...on the main page! People are not THAT smart to know they have to click on 'Login' to sign up... it is confusing!
Login means you are a member... Register/Create an account means you are NOT a member yet
Any ideas?
If you use EZ Pages you could create a link that says "Create Account" then make the internal link:-
index.php?main_page=create_account
... or you could hard-code that link into your site's php - wherever you please, actually.
<a href="index.php?main_page=create_account">Create Account</a>
Or you could use proper PHP formatting to create the link...
It's up to you.
Do not hard-code
Please use the proper zen_href_link function to create links.
I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me