Hi,
Can you try to change the line:
' SELECT '.$p_code.' as c_product_code, '. $this->database->Quote('variant') .','. (int)$product_id . ',1,' . $t . ',' . $t . ',' . $this->database->Quote(@$element->product_group_after_purchase) .
to:
' SELECT '.$p_code.' as c_product_code, '. $this->database->Quote('variant') .','. (int)$product_id . ',0,' . $t . ',' . $t . ',' . $this->database->Quote(@$element->product_group_after_purchase) .
in the file administrator/components/com_hikashop/classes/product.php and see if that helps ?