KevinKim99 / Ticket-Tech

1 stars 2 forks source link

27 payment cart page #62

Closed KenichiroAnderson closed 7 months ago

KenichiroAnderson commented 7 months ago

works for a false database but when database is up and working this will need to be looked at based on how the tables are instantiated. only minor changes will be made when database is created. Nothing in cart.html, however when each page loads the cart.js function gets updated thus if we have things in cart previously we will see these items in there.

KevinKim99 commented 7 months ago

I can see that lots of indent problems have been fixed, new cart page is well designed and implemented. Good work!

NathanIsCoding commented 7 months ago

Looks good, the methods are clear and easily understandable and well laid out. Good job on making it work without a proper database yet.