Deivydask Posted February 6, 2008 Posted February 6, 2008 Hello, I need to create a box in header.php like below: "Account: Name Second name | Logout" Name Surname - customers name and surname. Logout - just click tu logout. This box must be seen only when logged in. Any contribution or solution? Thx
satish Posted February 6, 2008 Posted February 6, 2008 if (!tep_session_is_registered('customer_id')) { place the code that should be displayed only when logged in under this if condition. } Satish Ask/Skype for Free osCommerce value addon/SEO suggestion tips for your site. Check My About US For who am I and what My company does.
Deivydask Posted February 6, 2008 Author Posted February 6, 2008 if (!tep_session_is_registered('customer_id')) { place the code that should be displayed only when logged in under this if condition. } Satish how to place this code ?
Recommended Posts
Archived
This topic is now archived and is closed to further replies.