Want to know the database tables to update on updating shipping info from outside application

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 6 años
As I didnt found any plugin or module so, I am making a seperate application for driver who will update the shipping and delivery information from his tablet (Web application in browser).

I want to know that am I missing any tables to update to achieve the same.

Currently I am updating

"ShippedDateUtc" & "DeliveryDateUtc" from orderID in Shipment table

and  

Updating "ShippingStatusId" to "Delivered or Shipped accordingly" from Order table

the above updation is only from seperate application.

--------------------------------------------------------------------------

now when payment is recieved from driver > admin will mark the payment status from "nopCommerce admin" to be paid.

what more I have to update?
Hace 6 años
When the Shipping Status is set to "Delivered", you must also set the Order Status to "Complete"
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.