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.
As a Site User, I would like my delivery details to be pre-populated when I come to pay, as this would be more convenient and ease my experience and time to purchase
Acceptance Criteria:
Acceptance Criteria 1: Pre-populated delivery details that can be overridden manually in the checkout area for authenticated users
Tasks:
[x] Create checkout process that populates delivery info for authenticated users
[x] Ensure products can be removed, quantity upgraded
[x] Calculate delivery costs as part of the process - minimum spend equals free delivery
[x] Integrate email confirmation of the purchase
[x] Ensure User Account profile updates with transaction data
As a Site User, I would like my delivery details to be pre-populated when I come to pay, as this would be more convenient and ease my experience and time to purchase
Acceptance Criteria:
Tasks: