Phi1lS / ReMarket-471-Project

ReMarket Project for COSC 471
0 stars 0 forks source link

Checkout Page #4

Closed Phi1lS closed 7 months ago

Phi1lS commented 7 months ago

User story: As a user, I would like an easy method to purchase all of the items that I have put in my cart.

Task List

Acceptance Criteria

  1. works on all modern web browsers

Acceptance Tests

  1. the user should be able to view all of the items in their cart, their payment methods with the option to change which one is used, a button for checkout, and a confirmation that the user would like to purchase.
  2. the user should be able to purchase their items
Phi1lS commented 7 months ago

TODO: Use PHP to store cart in purchases database after user has purchased an items so that they can access it from the Purchases page

Use PHP to retrieve user payment methods from database

Use PHP to retrieve cart and display it on the checkout page.

Phi1lS commented 7 months ago

Closing this issue as we have separate issues for PHP scripts