fenton1000 / mf-portfolio-five-big-boring-shop

0 stars 1 forks source link

USER STORY: Purchase Summary #7

Closed fenton1000 closed 1 year ago

fenton1000 commented 1 year ago

As a Visiting User I can view my shopping cart purchase summary so that I can review all of the items I have added to the cart and the total purchase cost.

fenton1000 commented 1 year ago

Acceptance Criteria:

  1. Clicking on the cart icon brings the user to a purchase summary.
fenton1000 commented 1 year ago

Tasks:

  1. Extend the base.html file with a cart.html file in the cart app templates folder using appropriate HTML and CSS to display the shopping cart.
  2. Create a cart view to render the shopping cart in the cart app views.py file.
  3. Use python code to create a URL path in the urls.py file and add the URL to the shopping cart icon anchor element.