You can easily find out number of online customer by the code in the content section
useOnlineFilter();
echo “Online Customer “.count($collection);
?>
Finding the Online Customer in magento
You can easily find out number of online customer by the code in the content section
useOnlineFilter();
echo “Online Customer “.count($collection);
?>