If you are using categories_id that are the master_categories_id then you can use:
Code:
$chk_cat += $_SESSION['cart']->in_cart_check('master_categories_id','XXX');
where XXX is the master_categories_id of the Products ...