Your assignment, due September 5:
Create a Shopping Cart
Business Rules:
- Display list of products for selection, including prices
- Allow user to Select from that list and Enter a Quantity and add that item to the Shopping Cart
- Allow user to View the Shopping Cart
- Allow user to Update Quantity or use 0 to signify they want to remove an item
- Allow user to Check Out, with Check Out screen showing all items being purchased, their prices, and a total price
- Check Out Screen should also require the user to enter their First and Last Name, Shipping Address, and Email Address
- Upon successfully filling out the Check Out Screen, the user should be taken to a Thank You page, which should summarize the order and show where it’s shipping
Concepts Used:
- Arrays
- Session
- Loops
- Include Files
- Comments
Please email or call me with any questions!
Have a great Labor Day weekend!
Best,
-Auri