fredfillah Posted December 4, 2003 Share Posted December 4, 2003 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 More sharing options...
heliosquare Posted December 4, 2003 Share Posted December 4, 2003 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 More sharing options...
fredfillah Posted December 4, 2003 Author Share Posted December 4, 2003 It worked! One note is that you cannot simply refresh to see the change, you much actually log into a new session before refresing Who's Online. Thanks for the help! Fred -Fred Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.