Checkout - clicking refresh icon a number of times

  • Posts: 15
  • Thank you received: 0
13 years 1 month ago #54346

Warning: reset() [function.reset]: Passed variable is not an array or object in /home/demo/www/administrator/components/com_hikashop/classes/currency.php on line 1578

Fatal error: __clone method called on non-object in /home/demo/www/administrator/components/com_hikashop/classes/currency.php on line 1578

Please Log in or Create an account to join the conversation.

  • Posts: 84141
  • Thank you received: 13645
  • MODERATOR
13 years 1 month ago #54390

Please change the line:
$additional_total->prices = array(clone(reset($total->prices)));

to:
if(is_array($total->prices)) $additional_total->prices = array(clone(reset($total->prices)));

in the file administrator/components/com_hikashop/classes/currency.php and that should solve the problem.

Please Log in or Create an account to join the conversation.

Time to create page: 0.054 seconds
Powered by Kunena Forum