select sum(totalPrice) as orderTotal from cartitems
WHERE CartIDReference = #cartID#
select * from ship_#get_softwareID.shipping#
select * from ship_#get_softwareID.shipping# where #get_total.orderTotal# between SHfrom and SHto
select sum(quantity) as qtyTotal from cartitems WHERE CartIDReference = #cartID#
select * from ship_#get_softwareID.shipping# where #get_qtytotal.qtyTotal# between SHfrom and SHto