Quote Originally Posted by HeleneWallis View Post
That just returns a zero, since there is no master category with that number. I don't see how it could work, since I'm not looking at a master category of 171, but a product id of 171.
try:

PHP Code:
$_SESSION['cart']->in_cart_check('products_id', {product-id to be checked}); 
best.