Error on checkout (cart.php on line 675)

  • Posts: 51
  • Thank you received: 0
13 years 5 months ago #17864

Get the following message:

Warning: Invalid argument supplied for foreach() in /home/fashiony/domains/fashionyouknow.com/public_html/administrator/components/com_hikashop/classes/cart.php on line 675

Warning: Invalid argument supplied for foreach() in /home/fashiony/domains/fashionyouknow.com/public_html/administrator/components/com_hikashop/classes/cart.php on line 675

Warning: Invalid argument supplied for foreach() in /home/fashiony/domains/fashionyouknow.com/public_html/administrator/components/com_hikashop/classes/cart.php on line 675

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

  • Posts: 82863
  • Thank you received: 13372
  • MODERATOR
13 years 5 months ago #17882

Please try to replace the code:
foreach($element->characteristics as $k => $characteristic){
$element->characteristics[$k]->default=end($mainCharacteristics[$element->product_id][$k]);
}

by the code:
if(is_array($element->characteristics) && count($element->characteristics)){
foreach($element->characteristics as $k => $characteristic){
$element->characteristics[$k]->default=end($mainCharacteristics[$element->product_id][$k]);
}
}

in that file and try again.

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

Time to create page: 0.057 seconds
Powered by Kunena Forum