Using Joomla 3.6 and PHP 7.0.6 Storefront template with Hikashop.
Have updated News Show pro to Version 1.9.3.6
Receiving the following error:
Deprecated: Non-static method NSP_GK5_com_hikashop_Model::getVariants() should not be called statically in /home/rere3197/public_html/modules/mod_news_pro_gk5/data_sources/com_hikashop/model.php on line 367
Line 367 in model.php is:
// load variants
$content = NSP_GK5_com_hikashop_Model::getVariants($content);
Any idea how to fix please?
(PS: Error reporting is set to "None")