Greetings,
I am trying to modify a shopping cart to reflect total weight. Here's the SQL statement I am working with:
set rscart=db.execute("select name,productid,price,saleprice,weight from products where productid=" & acart(i,0))
What I need is a sum of the weight for that particular cart. How do I do that? Any ideas would be appreciated. Thanks in advance...
I am trying to modify a shopping cart to reflect total weight. Here's the SQL statement I am working with:
set rscart=db.execute("select name,productid,price,saleprice,weight from products where productid=" & acart(i,0))
What I need is a sum of the weight for that particular cart. How do I do that? Any ideas would be appreciated. Thanks in advance...