Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

i want put


Digerdoo

Recommended Posts

Posted
can someone tell how i can put that way that it show username when you logged in.  :'(

 

 

if (tep_session_is_registered('customer_first_name') && tep_session_is_registered('customer_id')) {

echo tep_output_string_protected($customer_first_name);

} else {

echo 'Guest';

}

Treasurer MFC

Posted
if (tep_session_is_registered('customer_first_name') && tep_session_is_registered('customer_id')) {

      echo tep_output_string_protected($customer_first_name);

    } else {

      echo 'Guest';

    }

 

----------------------------------->

Many many thanks again :rolleyes:

Archived

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

×
×
  • Create New...