i have this down for the most part now, however, i cannot figure out how I can grab all the prices while it's looping.
so i have the values maybe 1, 4, 450 and 350, the total should be 805.
here's my script, any help is greatly appreciated.
i have tried mahy different routes to there may be a few unnecessary variables set and such in the script that are not used.
i have called alert(msg); to see what goes on here, and the prices are going up from e.value correctly in that, but not when i go to add them.