In my shop the LOG IN button already exists.So it's ok.
But there is no CREATE ACCOUNT option.
In my shop the LOG IN button already exists.So it's ok.
But there is no CREATE ACCOUNT option.
I don't understand. The create account option is part of the log in. If you choose "log in" you should get a page with log in fields and below that, a form to create an account.
@afo
I think he wants to have a button stating: "create account" which brings it to the same login/register page.
That's why I suggested he adds "register" to the same login button (link).
To see what I mean go here:
Amber precious
go to English to see it better.
In includes/languages/english/YOUR_TEMPLATE/index.php (where YOUR_TEMPLATE is hte name of your custom template), change the following line:
toCode:define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">log yourself in</a>?');
Change the text I've highlighted in red to whatever you want.Code:define('TEXT_GREETING_GUEST', 'Welcome <span class="greetUser">Guest!</span> Would you like to <a href="%s">register</a> or <a href="%s">log in</a>?');