Jump to content

Adding use registration into customersignin.tpl


Recommended Posts

Hello there! :)

I'm currently modifying my customersignin.tpl and wanted to add a Sign up button which'll link to the 'create account' form. 

I added the following code to my customersignin.tpl

<a class="no-account"
href="{$url_for_register}" 
data-link-action="display-register-form"
title="{l s='No account? Create one here' d='Shop.Theme.Customeraccount'}" 
>
<span class="">{l s='Sign up' d='Shop.Theme.Actions'}</span>
</a>

This snippet however doesn't work. If I hover over the link in my browser it only links to the current page. Whereas the other links have "my-account" and cart?action=show behind them. 

 

 

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...