brannfenix Posted December 20, 2005 Posted December 20, 2005 I figure there must be something in the code that will output how many items I have sitting in the shopping cart but hell if I can figure it out. Thanks, Brann Quote
Guest Posted December 20, 2005 Posted December 20, 2005 I figure there must be something in the code that will output how many items I have sitting in the shopping cart but hell if I can figure it out.Thanks, Brann depending what script you are checking from, this will most likely work : if ($cart->count_contents() > 0) { } Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.