RickofManc / the-coffee-collective

A fictional ecommerce website, selling locally roasted coffee globally. The site has been developed using Python within a Django framework, and styled using CSS and the Bootstrap library.
1 stars 2 forks source link

USER STORY 20: Checkout - Retain Products #20

Open RickofManc opened 1 year ago

RickofManc commented 1 year ago

As a Site User, I would like to adjust the quantity or remove items from my shopping bag, in case I change my mind when assessing all my items before purchasing


Acceptance Criteria:

Tasks:

RickofManc commented 1 year ago

Bug preventing items being removed from the bag, and also the quantity decreasing to past 0 have both now been fixed.