How to implement realtime order tracking in ecommerce?
Hello Artisans!I need to implement realtime tracking of order when customer will give an order an unique id will generate by the system So i want to implement the realTime tracking.get the location of order and show on map in very realtime.please give me any soultion or idea to implement this .?I searched a lot but nothing found that fulfills my requirement.please help me thanks!!!
@SNAPEY - Thanks for you reply!I don't want to use the gps physical tracker.Give me solution that reduces the cost and works fine.Basically,i want to make an app that will find the location of delivery agent and give the firebase after it i want to catch the firebase values and show in the form of google map Via tracking id....
@mubeenali You’re not going to find a package or anything off-the-shelf for this. It’s going to depend on which courier you use to ship packages, and what tracking capabilities they offer. Then, you’re going to need to custom-write the integration with their systems to show delivery updates to your customers, add authorisation to make sure customers can only see their shipments, etc.
@MUBEENALI - There is no “general” solution. Each courier will offer different systems for tracking deliveries. You’d follow the steps I loosely described in my previous post.
@mubeenali Again, there is no “solution” that you can just “drop” into your application.
You need to pick a courier who’s going to be shipping your packages; and then integrate with their systems, which will be different to any other couriers’ systems, which is why there isn’t “one” way to add tracking to your application.