Forum Moderators: coopster
my db table is like this:
item--qty--sub
05abc 5 SM
05abc 10 MD
05abc 10 LG
I can get this info to display on my cart, including the number of items (# of rows based on my select query, in this case is 3) but I need to display the quantity which should be 25. I know its just a matter of adding...but i'm stumped here.