-- HikaShop version -- : 4.0.
-- Joomla version -- : 3.8.13
Hello,
on my website I developed with your help simple module that says coun of products in cart:
$cartClass = hikashop_get('class.cart');
$oldCart = $cartClass->get();
if(!empty($oldCart)){
.....
}
But after update of Hikashop it doesn't work anymore. Please, could you tell how to get variable with cart count in custom module?
I know it can be done with your plugin, but for my needs I need this solution.
Thank you in advance for your time!