Guest Posted February 25, 2006 Posted February 25, 2006 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?
gscreations Posted February 25, 2006 Posted February 25, 2006 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
Guest Posted February 25, 2006 Posted February 25, 2006 Found this in contributions. It may also help. http://www.oscommerce.com/community/contri...ns,2949/page,44
Recommended Posts
Archived
This topic is now archived and is closed to further replies.