PrestaShop How to get number of online visitors?
Tiny Code
You can get number of online visitors using this code:
$online_visitor = Db::getInstance()->NumRows();
Posted 3 years ago by Sam Berry
You can get number of online visitors using this code:
$online_visitor = Db::getInstance()->NumRows();