taranjitsinghboparai / COMP313-002-Team4

This is the repository for COMP313-002 Team 4 project for this semester.
3 stars 0 forks source link

As a User, I can add games to my shopping cart so that I can checkout with credit cards and PayPal. #16

Closed Avjot closed 7 years ago

taranjitsinghboparai commented 7 years ago

Yeah we can allow the user to add the games to cart for purchasing multiple games at once.

Navjot304 commented 7 years ago

When the customer refreshes the browser, will the cart show added items or not? Or the customer has to begin it again?

taranjitsinghboparai commented 7 years ago

We can use session management for that. It will show the items until the session is not expired.

Avjot commented 7 years ago

Yes, we have to store all purchases of customer during his session