DarrachBarneveld / ci-swag

Project 5 for Code Institute - Diploma in Full Stack Software Development (E-commerce Applications)
0 stars 2 forks source link

User Story: Order Confirmation #44

Closed DarrachBarneveld closed 7 months ago

DarrachBarneveld commented 7 months ago

As a User, I can view the order confirmation page to see the details of my recent order so that I can verify the items purchased and their prices.

Acceptance Criteria:

  1. I am redirected to the order confirmation page after placing an order successfully.
  2. The order confirmation page displays the order confirmation number.
  3. The page lists all items purchased in the order, along with their prices and quantities.
  4. The total amount of the order is displayed prominently on the page.
  5. Additional information, such as shipping details or expected delivery date, is provided if available.
  6. Order confirmation page can be accessed through past orders

Tasks

DarrachBarneveld commented 7 months ago

Checkout success page implemented and linked with order confirmation