Guest Posted April 19, 2007 Posted April 19, 2007 Just like this forum that shows: Logged in as: blackelvis ( Log Out ). Can that be added to oscommerce shopping cart? And if so whats the code?
Guest Posted April 19, 2007 Posted April 19, 2007 you can add it to the header.php in-between html for your osc store. <?php if (tep_session_is_registered('customer_first_name') && tep_session_is_registered('customer_id')) { echo 'Logged in as: ' . $customer_first_name; } ?>
Guest Posted April 21, 2007 Posted April 21, 2007 you can add it to the header.php in-between html for your osc store. <?php if (tep_session_is_registered('customer_first_name') && tep_session_is_registered('customer_id')) { echo 'Logged in as: ' . $customer_first_name; } ?> Thank U it works perfectly. U da man.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.