Its probably missing an attribute query in the header.php file.
Look for in the header.php files
and change to:Code:$flagStockCheck = zen_check_stock($products[$i]['id'], $products[$i]['quantity']);
Code:$flagStockCheck = zen_check_stock($products[$i]['id'], $products[$i]['quantity'],$attributes);




