Hi Kim,
yea would like to separate it. I do see "create account" definition in the english folder. I was wondering if maybe I turned it off previously.
Or do I have to separate it myself?
Hi Kim,
yea would like to separate it. I do see "create account" definition in the english folder. I was wondering if maybe I turned it off previously.
Or do I have to separate it myself?
It is only one link by default, so you would need to make the create account link yourself. Just add another link in the header nav section of /includes/templates/your_template/common/tpl_header.php.
Duplicate and adjust the line that makes the login link:[/php]PHP Code:<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_CREATE_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CREATE_ACCOUNT; ?></a></li>
thank you.
Hi Glenn,
I would like to do the same, which is add a "Create Account" Link next to the "Log In" link in the header on Desktop view and on Mobile View. I tried doing it your way but obviously it did not display correctly
I have a new install of zen cart 1.5.7c with PHP 7.3 and Responsive_classic Template with OPC plugin installed.
Could you Please advise the Updated method on how I can do this with the new tpl_header.php?
Thank you in advance.