Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

New box in header.php


Deivydask

Recommended Posts

Posted

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

Posted

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.

Posted
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 ?

Archived

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

×
×
  • Create New...