Ympruve Order Tracking for WooCommerce
Ympruve Order Tracking for WooCommerce helps store managers add shipment details and show customers clear delivery progress. Developed by Ympruve and Onae Co.
Included features:
- Manual entry of tracking number and carrier.
- Bundled carriers: UPS, USPS, FedEx, and DHL.
- Custom carriers: define your own provider name and tracking URL template, with CSV import/export.
- Clickable tracking links on the customer tracking card and in WooCommerce emails.
- Custom tracking statuses such as Packed, In Transit, Out for Delivery, and Delivered.
- My Account order tracking display.
[ympruve_order_tracking]shortcode for authorized order tracking display.- Tracking details appended to WooCommerce customer emails.
- CSV import for bulk local tracking updates.
- Local display customization for the tracking card.
The plugin stores tracking numbers, carriers, statuses, and display settings locally in WordPress/WooCommerce. This plugin does not send order, customer, tracking, or analytics data to an external Ympruve service.
Additional integrations and hosted services are available from Ympruve.
Source Code
The source code for the generated React admin bundle is included in this plugin package under the /src directory. It is built with @wordpress/scripts (webpack), and uses WordPress's bundled React (wp-element) rather than bundling its own copy.
To rebuild the generated assets:
- Run
npm install - Run
npm run build
The generated output is written to /assets/react/ (admin.js, admin.css, and admin.asset.php).