Courier Tracking for WooCommerce
Now clients be able to track a courier on the map in real time. Improve your delivery with Courier Tracking. Set delivery status on each order.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_wc_courier_tracking_settings | Stores wc courier tracking settings data created by this plugin. | Static |
| wp_wc_couriers | Stores wc couriers data created by this plugin. | Static |
| wp_wc_couriers_locations | Stores wc couriers locations data created by this plugin. | Static |
| wp_wc_couriers_orders | Stores order records and related transaction data. | Static |