Correct ... and if you need more categories to be checked then you can just add more lines of:
where you set the 7 to the flammable categories_id ... which is the master_categories_id ... to be checked if Products from it are in the cart ...Code:$chk_skip_categories += $_SESSION['cart']->in_cart_check('master_categories_id','7');


Reply With Quote

