basir / node-react-ecommerce

Build ECommerce Website Like Amazon By React & Node & MongoDB
https://node-react-ecommerce-app.herokuapp.com/
1.69k stars 794 forks source link

not able to mark as delivered #97

Open prabaljainn opened 4 years ago

prabaljainn commented 4 years ago

Screenshot (13)

Sir this is my admin panel and one of the products of one User, but here instead of setting it as Delivered, it is showing the payment options. I think it is because I am linking the "details" option of OrdersScreen to= "/order/ +order._id" , and not somewhere else, maybe that's why it is linking me to the Users' order screen.

ghost commented 4 years ago

I have the same problem. Did you find any solution for this?