-- HikaShop version -- : 3.0.1
-- Joomla version -- : 3.7.0
-- PHP version -- : 7.0
-- Browser(s) name and version -- : any
-- Error-message(debug-mod must be tuned on) -- : Invalid argument supplied for foreach() in /components/com_hikashop/views/product/tmpl/show_quantity.php on line 106
On line 106 of the /components/com_hikashop/views/product/tmpl/show_quantity.php there is a foreach statement that references $this->row->all_prices and we are getting our log files filled with the PHP exception.
In looking at the module, it doesn't appear that the object has an all_prices element. The file version is 3.0.1 so it matches the installed version.
Thanks