Courage2000 Posted April 22, 2020 Share Posted April 22, 2020 (edited) I hated the fact that I needed two stept to create a new account, so.. After Edit themes/your_theme/modules/ps_customersignin/ps_customersignin.tpl Find: <span class="hidden-sm-down">{l s='Sign in' d='Shop.Theme.Actions'}</span> </a></li> Add this bellow <li> <a href="{$urls.pages.register}" data-link-action="display-register-form"> {l s='No account? Create one here' d='Shop.Theme.Customeraccount'} </a> </li> Edited April 22, 2020 by Courage2000 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now