Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Log out button !


Chaima

Recommended Posts

Posted

Hello everyone,
 

 

I want to know how to add a button to allow users to log out of the site?

Posted


if (tep_session_is_registered('customer_id')) {

echo tep_draw_button(HEADER_TITLE_LOGOFF, null, tep_href_link(FILENAME_LOGOFF, '', 'SSL'));

}

Posted

:huh:

I don't know what osCommerce version you have but you should have already a log out button inside the header.

Once logged in it should show.

The above code can be placed anywhere you like if you need an additional log out button.

Posted

Okay but once I'm logged it didn't show it's from the beggining and it's an old version of osccomerce!

 

Can i add this lines in header.php ??  or application_top.php?

 

Thank you

Archived

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

×
×
  • Create New...