Quote Originally Posted by Ajeh View Post
See if either of these two help you ...
Code:
global $cart;
echo 'Cart get_product_id_list: ' . $_SESSION['cart']->get_product_id_list();
Code:
echo 'Cart get_products: ' . print_r($_SESSION['cart']->get_products());
It did actually. Had to do a preg_match function on it. But it did the trick.