HackYourFuture-CPH / fp-class18

Interior design webshop
MIT License
1 stars 0 forks source link

Bug/Frontend: The unit price of the item should not change when changing the quantity #285

Closed BikramRawat closed 2 years ago

BikramRawat commented 2 years ago

User Story

Who: As a developer What: I want to fix the current bug on cart page as unit price is changing on changing the quantity of an item Why: so that user can always see the unit price of the item on cart page or on order page

Acceptance criteria

The unit price of an item should not change on changing its quantity

Implementation details

Just update the code of price section on shopping item page from : quantity * price to just price