muhsinb Posted April 12, 2007 Posted April 12, 2007 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 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
usernamenone Posted April 13, 2007 Posted April 13, 2007 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.