Maybe use a class to represent purchased items. It would contain information about the item (description, ID, price) as well as quantity ordered. Then add those objects to a Collection in the...