kiana-alamy / Online-shop-project

0 stars 0 forks source link

section 2: Shopping Cart (50 points) 🛒💸 #7

Open kiana-alamy opened 12 months ago

kiana-alamy commented 12 months ago

Implement a shopping cart using Django sessions.

kiana-alamy commented 12 months ago

Allow customers to add and remove products from their cart.

kiana-alamy commented 12 months ago

Display the cart contents and total price.

kiana-alamy commented 12 months ago

Write unit tests for the shopping cart functionality and ensure at least 90% coverage.