Open IkkiOcean opened 2 hours ago
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Description:
Implement the Order History page in the frontend where users can view their past orders. This page should display a list of all completed orders, including order ID, date, total amount, payment status, and the option to view order details. The frontend should fetch data from the Order History API and display it in a user-friendly format with pagination if necessary.
Steps:
GET /api/orders
endpoint to fetch the list of orders for the logged-in user.