Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Recommended Posts

Posted (edited)

sorry this was posted twice

Hello all

 

Please help

 

 

out of editing and rediting

 

 

i do not see logoff and login on top of page after i log into the account

what should i rectify

 

for when it says welcome back there is no logoff on top of page

 

please help

 

Thanks

Edited by jojujo
Posted

sorry this was posted twice

Hello all

 

Please help

out of editing and rediting

i do not see logoff and login on top of page after i log into the account

what should i rectify

 

for when it says welcome back there is no logoff on top of page

 

please help

 

Thanks

 

 

I used the following code which you can paste where eva you want... the output is a text link that says "log out of my account" which can easily be modified and if the user is not logged in the area is blank... hope it helps!

 

						<?php

 require(DIR_WS_LANGUAGES . $language . '/' . FILENAME_LOGIN_WELCOME);

if (tep_session_is_registered('customer_id')) {
 echo '<center>??<a href="'.tep_href_link(FILENAME_LOGOFF, '', 'NONSSL').'">Log Out of My Account</a></center><BR>';
 	} else {
echo '?';
 }


?>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
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...