Shipping Information (ties into User Table and is autocompleted by user table)
Payment Information (ties into PaymentMethod Table)
OnSubmit Button that Places Order (PUT request to update UserProfile (if edits made), PUT request to update PaymentMethod Table, PUT request that toggles order status isComplete to true, and then generates a new empty order)
Confirmation message after button is clicked "Congratulations! Your order has been placed!" and then Order Details displayed below the message
A form that collects: