Dima-Bulavenko / TechCore

0 stars 1 forks source link

USER STORY: Order Detail #36

Closed Dima-Bulavenko closed 1 month ago

Dima-Bulavenko commented 1 month ago

As a user I want to view the details of my order so that I can review the products and status of my purchase.

Acceptance criteria

  1. Provide an order details page accessible from the user’s account or order confirmation email.
  2. Display the following information for each order:
    • Order number
    • Product names, images, quantities, and prices
    • Order date
    • Shipping address
    • Total amount, including shipping costs
  3. Ensure the order details page is responsive and accessible on both desktop and mobile devices.