Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding order tracking feature #39 #129

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from

Conversation

Chelseasingla1
Copy link

Description

I added a feature where user can track the status of orders after ordering

Motivation and Context

It fixes #39

How Has This Been Tested?

It can be worked after clicking on order tracking from account option and i have added cards for each order track, first it is a sample data only.

Screenshots (if appropriate):

Screenshot 2024-05-15 001221

Video link:
https://youtu.be/Cla0hhJILv8

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

Copy link

vercel bot commented May 14, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nestondc ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 14, 2024 6:57pm

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Welcome to our repository. 🎊

Thank you so much for taking the time to point this out. Please note that this is the project owner, @MAVRICK-1. I won't be available for 3-4 days and will reply to every PR after May 18. Thank you for your cooperation.

@MAVRICK-1
Copy link
Owner

@Chelseasingla1 there is a lot of issues like

Responsiveness

Screenshot 2024-05-15 090810

No order details

when user click's procced to checkout , it will copy and store all the cart data into order in firebase . if there is no data found it will show no order found , And also give the location of the products , you can reuse the cart page for that , and update your branch befor that

@Chelseasingla1
Copy link
Author

@Chelseasingla1 there is a lot of issues like

Responsiveness

Screenshot 2024-05-15 090810 ### No order details when user click's procced to checkout , it will copy and store all the cart data into order in firebase . if there is no data found it will show no order found , And also give the location of the products , you can reuse the cart page for that , and update your branch befor that

@MAVRICK-1 okay i am checking it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After making Order Tracking for customers
2 participants