Jump to content

Add "register" To Login Page.


Guest blueveil

Recommended Posts

Guest blueveil

I am not sure why, but if a customer accidentally hits the "login" link on the main page, there is not a button to register if they have not registered in the past. It's a bit confusing. I noticed that that is available in CC4. Is there any way to add it in CC3?

It's not showing up for me.

Thanks.

Ed.

Link to comment
Share on other sites

Guest blueveil

Yep, That was it.

Here is how I did it.

go to skins/yourskine/styleTemplates/content/login.tpl

change:

<tr>

<td> </td>

<td><a href="index.php?act=forgotPass" class="txtDefault">{LANG_FORGOT_PASS}</a>

</td>

</tr>

</table>

</form>

to:

<tr>

<td> </td>

<td><a href="index.php?act=forgotPass" class="txtDefault">{LANG_FORGOT_PASS}</a>

<br>

<br><a href="cart.php?act=reg" class="txtCheckout">Register</a>

</td>

</tr>

</table>

</form>

Notice what was added:

<br>

<br><a href="cart.php?act=reg" class="txtCheckout">Register</a>

Ed

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...