How can I check to see if a specific item is in the cart? I've been so dependent on toolkit I feel lost lately not being able to use it :)
I need to check to see if this item is in the cart. If it is I need to hide something so it isn't confusing to the customer.
The product code is MM_MAGMAIL
I know this code below doesn't work, I just needed a simple way to explain what I was attempting - LOL!
<mvt:if expr="'MM_MAGMAIL' GT 0">
It's in the cart
<mvt:else>
It's not in the cart
</mvt:if>
P.S. Sorry for all the posts lately - scrambling to get a new product line out and it has so many variables it's maddening. I do appreciate all of the help!
Mike
I need to check to see if this item is in the cart. If it is I need to hide something so it isn't confusing to the customer.
The product code is MM_MAGMAIL
I know this code below doesn't work, I just needed a simple way to explain what I was attempting - LOL!
<mvt:if expr="'MM_MAGMAIL' GT 0">
It's in the cart
<mvt:else>
It's not in the cart
</mvt:if>
P.S. Sorry for all the posts lately - scrambling to get a new product line out and it has so many variables it's maddening. I do appreciate all of the help!
Mike
Comment