Quote Originally Posted by Ajeh View Post
You could also try:
Code:
$_SESSION['cart']->in_cart_check('products_id','115')
which will do all the extra code of looping through the results of the $_SESSION['cart']->get_products() without the check of attributes ...
Yup, that'll work too.