How to add to a current cart instead of new cart()
I have a script that works great- it copies a previous request and tosses all the RITMs into the curent user's shopping cart. The problem is, the script is deleting everything in their cart with new cart = Cart();I found some code on the wiki (below)...
