Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

usernames not showing up in "Who's Online"


fredfillah

Recommended Posts

Looking at "Who's Online" in Admin, I get a listing of users identified as "Guest". Even when customers are logged in, they're still listed as "Guest".

 

Any thoughts on what might cause this?

 

Thanks,

Fred

-Fred

Link to comment
Share on other sites

On line 16 of includes/functions/whos_online.php change the following:

 

//original code

if (tep_session_is_registered($customer_id)) {

 

//change to

if (tep_session_is_registered('customer_id')) {

Do you ship UPS?

Give your customers order tracking without leaving your site. Track multi-package shipments. XML, cURL

 

Download the contribution here:

UPS Tracking

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...