Bring Your Business to Life › Support › Image Store › How to get just the number of items in the user's cart? › Reply To: How to get just the number of items in the user's cart?
October 31, 2012 at 11:38 pm #50676
Keymaster
Try this
global $ImStore; $ImStore->cart['items'];
if there cart is empty the variable will not be set.