Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Showing "logged in as"


Guest

Recommended Posts

Posted

Hi Guys,

 

Has anyone had any experience adding "logged in as - user" on their store?

 

I cant seem to find anything in the admin section so it must have to be coded?

Posted
Hi Guys,

 

Has anyone had any experience adding "logged in as - user" on their store?

 

I cant seem to find anything in the admin section so it must have to be coded?

 

put this where you want that to appear:

 

if (tep_session_is_registered('customer_id')){
echo 'logged in as ' . $GLOBALS['customer_first_name'];
}

 

hope that helps

Archived

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

×
×
  • Create New...