Admin>>>Layout Settings
(Near the bottom of the list...)
Use split-login page set to True
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