# items in cart message
Anyone know if there's a way to have ecart show the total number of items in the cart as html text? Right now I'm using:
shopping bag: <?php echo WA_eCart_DisplayMoney($bellaCart, $bellaCart->GrandTotal()); ?>
Which is giving me the total cost but not the item count.
Thanks, r.