Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing Log In Hyperlink


muhsinb

Recommended Posts

Posted

Open your header and find the login code:

<a href="<?php echo tep_href_link(FILENAME_LOGIN) ?>">Login</a>

 

 

And change to this

 

<a href="<?php echo tep_href_link(FILENAME_CREATE_ACCOUNT) ?>">Create an Account</a>

 

In my header i have the Log In hyperlink pointing to https://atlantis.terrassl.net/electronicman...co.uk/login.php, however, i would like to change this to:

 

http://www.electronicmanuals.co.uk/create_account3.php

 

 

oscommerce uses sessions instead of cookies and that is why you see the sid as soon as you click on a link. There is a sid killer contrib that you could use if you would like.

 

Also, whenever i click on the current Log In or Checkout hyperlinks in the header i have a SID attached to it, and am not even logged in, how is this possible?

 

Thanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...