Phi1lS / ReMarket-471-Project

ReMarket Project for COSC 471
0 stars 0 forks source link

Created Checkout Page #18

Closed Phi1lS closed 4 months ago

Phi1lS commented 4 months ago

Created a checkout page so that users can checkout their items

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.