react-ecommerce icon indicating copy to clipboard operation
react-ecommerce copied to clipboard

Subtotal Is not Implemented on Cart Page

Open sbmsr opened this issue 3 years ago • 0 comments

Description

When a user adds something to their cart, the cart page subtotal is static. We need it to dynamically update when a user adds something to their cart.

How To Reproduce

  1. Run the App Locally
  2. Add item to cart
  3. See that cart subtotal is $262.
image

Deliverables

  • [ ] Fix cart subtotal to accurately reflect items in cart

sbmsr avatar May 01 '22 18:05 sbmsr