OrderDetails do not save to database
The program is creating and saving the new Orders record. It just isn't creating and saving the OrderDetails record. So new orders (name, address, total, etc.) are being saved with each session, but the details (ProductID, quantity, etc.) are not.
So the session is ending and a new one is started when I enter a new order, but it is incomplete.
Any other suggestions?