bgcolor="#ffffff" width="500" border="0" cellspacing="0" cellpadding="0" align="center">

items in cart:
select sum(quantity) as total_qty,sum(totalPrice) as total_price from cartitems where cartidreference=#cartID# #numberFormat(get_cart.total_qty)# items
  
#dollarFormat(get_cart.total_price)#
0
0