i'm having trouble using the function …
$_SESSION['cart']->in_cart_check('products_id', ###);
with products that have options. for example my product 248, when in the cart reads as 248:6c6e93eabd3812826160b3c028ece4a0
so when product 248 is in the cart, the above function does not recognize.
any advice on how to deal with that?,
guess i'll have to write a string function to deal with it.


Reply With Quote
