When the user is logged in we can get the Joomla ID from the user. In this script you will know how to get the Shop user data.
$userModel = VmModel::getModel('user');
$userDetails = $userModel->getUser();
When the user is logged in we can get the Joomla ID from the user. In this script you will know how to get the Shop user data.
$userModel = VmModel::getModel('user');
$userDetails = $userModel->getUser();

