Zen Follower
- Join Date:
- Feb 2009
- Posts:
- 354
- Plugin Contributions:
- 0
'Already in Cart' code sometimes works
On the product info page the following code is tempermental so it doesn't always detect when the current product is already in the shopping cart:
$_SESSION['cart']->in_cart($_GET['products_id'])
.. anyone know why and how we can get it right every time?
_thanks