Customer Invoice Web Page
February 19th, 2023
Complete the shopping cart application by building a web page in Python that will act as an invoice for a customer showing the items ordered, the prices, the date the item will be shipped, which will be 2 days after the order is submitted, and the customer information. No printing is necessary. Update the database with the customer order.