in_cart_mixed_discount_quantity('168:d89443fdf309475ce09268e1c1db12dc') . '
';
// echo 'I SHOW IN CART MIXED Product ID 169 off ' . $_SESSION['cart']->in_cart_mixed_discount_quantity('169:d370574074572c79a9d0c96b069f6e32') . '
';
echo 'I AM GV ONLY ' . $_SESSION['cart']->gv_only() . ' - ' . $_SESSION['cart']->get_content_type() . '
';
echo 'Free Products: ' . $_SESSION['cart']->in_cart_check('product_is_free','1') . '
';
echo 'Virtual Products: ' . $_SESSION['cart']->in_cart_check('products_virtual','1') . '
';
echo 'Free Shipping Products: ' . $_SESSION['cart']->in_cart_check('product_is_always_free_shipping','1') . '
';
}
?>