Linux 软件免费装
Banner图

Shipment Tracking for WooCommerce - Trackora

开发者 slbarriosdev
更新时间 2026年9月5日 00:15
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

tracking number shipment tracking order tracking delivery tracking track your order

下载

1.2.5 1.3.1 1.3.2 1.3.3 1.2.3 1.2.6 1.3.4 1.4.1 1.3.0 1.5.0

详情介绍:

Trackora is a free shipment tracking plugin for WooCommerce. Save a tracking number on an order and the link appears everywhere your customer looks: the confirmation email, the My Account order page, and a public Track Your Order page. "Where is my order?" is the email every store gets most, and every one of them is time you would rather spend shipping. A customer who can see where their parcel is does not write it. No settings, no account, no API keys. 100% free — no PRO version, no upsells. HPOS Compatible · Block Checkout Compatible · 152 Carriers · Bulk CSV Import · REST API · Free & Open Source Why Trackora Whether you ship 5 orders a day or 5,000 — single-product stores, high-volume shops, dropshippers and 3PL-fulfilled catalogues all handle tracking the same way here: How It Works
  1. Install and activate Trackora.
  2. Pick the carrier and paste the tracking number on the order screen.
  3. Done — the tracking link reaches your customer automatically.
Import tracking in bulk Your carrier or your 3PL already sends you a file at the end of the day. Import Tracking turns it into saved tracking numbers, from the Trackora screen or from the button at the top of your orders list.
  1. Drop the file in. CSV saved by any spreadsheet — comma, semicolon or tab separated, and files exported by Excel in a non-English locale keep their accents. Or download a sample built from your own store: real orders of yours that are awaiting shipment and have no tracking yet.
  2. Check what Trackora read. Column headers couriers actually export are recognised on sight — "Order Number", "Carrier", "Ship Date", "Número de guía", "Sendungsnummer" and many more, in six languages — and the mapping step shows you that reading so you can correct anything before a single order is touched. Columns Trackora does not know are left alone, so a warehouse export keeps its bays and invoice references.
  3. Import. Rows are applied in batches behind a live progress bar, and every row that could not be imported is listed afterwards with its line number and the reason.
An import writes tracking and, unless you ask for more, changes nothing else. Two optional switches sit on the mapping step: move every order in the file to a status such as Completed, and send each customer the WooCommerce email for that new status — the email that already carries the tracking number. Both are off by default, and the status changes run only after the whole file has been read, so an order with two shipments in your file is emailed once, with both. Orders are matched by the number your store displays, an order that already has a tracking number is skipped rather than duplicated, and a carrier name Trackora does not recognise is saved as a custom carrier instead of failing the row. Supported carriers 152 carriers across 37 countries, including UPS, FedEx, USPS, DHL, Royal Mail, EVRi, DPD, Australia Post, Canada Post, PostNL, PostNord, Correos, SEUR, MRW, Estafeta, Servientrega, Coordinadora, Chilexpress, Andreani, OCA, Interrapidisimo, Olva Courier, Correios, Japan Post, SF Express, Thailand Post and 120+ more across the Americas, Europe, Asia-Pacific, the Middle East and Africa. Don't see yours? Add it as a custom provider with your own tracking URL — no coding needed. Every carrier is named, with its terms of service and privacy policy, in the External services section below. Choose the carriers you ship with Trackora ships with 152 carriers, and no store uses more than a handful of them. The Shipping Carriers tab is where you turn the rest off: a switch on every row, search by carrier or by country, and a country filter that starts with your own market — read from your WooCommerce store address. What you leave on is what the order screen offers, so picking a carrier stops being a scroll through 37 countries. Add the courier the list does not cover with Add a carrier: a name, a country, and the tracking URL with {tracking_number} where the number goes. It is saved once and offered on every order from then on. Carriers you added can be edited or renamed later — the orders already using them keep their tracking links — and if the carrier has no URL that accepts the number, leave it empty and the number is shown without a link. Nothing is switched off behind your back: updating Trackora leaves every carrier enabled until you open the tab and choose. Works with the plugins you already run For developers Trackora exposes a REST API with full create, read, update and delete over tracking items, the PHP helpers wcst_add_tracking() and wcst_delete_tracking(), and filters to extend the carrier list, the orders list column and the email output. Endpoints, filters and code examples are documented on GitHub: https://github.com/slbarriosdev/wc-shipment-tracker — bug reports and contributions welcome.

安装:

  1. Upload the trackora folder to /wp-content/plugins/, or install directly from the WordPress plugin repository
  2. Activate the plugin through the Plugins menu in WordPress
  3. Make sure WooCommerce is installed and active
  4. Open any WooCommerce order and use the Shipment Tracking meta box to add your first tracking number
  5. (Optional) Add the [wcst_tracking] shortcode to any page to create a public Track Your Order page

屏幕截图:

  • The Shipment Tracking meta box in context on the WooCommerce order edit screen
  • A saved shipment with one-click Track, Edit, and Delete actions on the order edit screen
  • Shipment tracking information automatically added to the WooCommerce order confirmation email, before the order details
  • The Trackora screen under WooCommerce: style the [wcst_tracking] tracking form with colour, size and font controls, starter styles or your own CSS, beside a live preview of the page your customers see
  • Bulk CSV import on the Import Tracking tab: drop a CSV and Trackora saves the tracking number against each order. Three steps — select the file, check the columns it read from your header row, import — and a sample you can download built from your own store's orders
  • The Shipping Carriers tab: pick which of the 152 built-in carriers your store actually ships with, shown here filtered to Spain. A switch on every row, search by carrier or country, and "Add a carrier" for the courier the list does not cover — marked "yours" and editable, unlike the built-in ones. Only the carriers left on are offered when you add a tracking number to an order

升级注意事项:

1.5.0 Adds a Shipping Carriers tab: pick the carriers you actually ship with, so the order screen only offers those, and add your own with their tracking URL. Nothing changes until you open the tab — every carrier stays enabled. 1.4.1 Adds bulk CSV import: put tracking on hundreds of orders from a spreadsheet instead of one at a time. Column headers your carrier already exports are recognised automatically, and re-importing the same file never duplicates anything. 1.3.4 Adds a Trackora screen to style the [wcst_tracking] page with a live preview. Fixes an empty tracking link on carriers with no tracking URL, and custom CSS with an unbalanced brace escaping the form and restyling the rest of the page. 1.3.3 Housekeeping release: clearer plugin description and a Review link on the Plugins screen. No functional changes. 1.3.2 Adds Documentation and Support links on the Plugins screen and the wcst_tracking_saved action. No functional changes to tracking. 1.3.1 Adding, editing and deleting tracking numbers now confirm with an in-page notification instead of a browser alert, plus a refresh of the Shipment Tracking meta box. 1.3.0 Fixes custom tracking links being corrupted by percent-encoded characters, which could be fatal on PHP 8. Adds GDPR export/erase and REST API update (PUT/PATCH). Erasing a customer's personal data now deletes their tracking numbers too. 1.2.6 Fixes the public tracking form for stores using sequential or custom order numbers, plus a more robust billing email check. Recommended update.

常见问题:

How do I add a tracking number to a WooCommerce order?

Open the order, find the Shipment Tracking meta box, select the carrier, enter the tracking number and ship date, and click Save. The tracking link is instantly added to the customer's order email, their My Account page, and the tracking lookup page.

Is Trackora free?

Yes — completely free. All features (unlimited tracking numbers, 152 carriers, emails, My Account, tracking page, CSV import, REST API) are included. There is no premium version and no locked functionality.

Does this plugin require WooCommerce?

Yes. Trackora requires WooCommerce to be installed and active.

Does Trackora include a "Track Your Order" page?

Yes. Add the [wcst_tracking] shortcode to any page and customers can look up their shipment by entering their order number and billing email — no login required.

Can I add more than one tracking number per order?

Yes, as many as you need — useful for split shipments or orders shipped with multiple carriers.

My carrier is not in the list. Can I still use it?

Yes, in two ways. For a courier you use regularly, open the Shipping Carriers tab on the Trackora screen and click Add a carrier: give it a name, a country and its tracking URL with {tracking_number} where the number goes — for example https://carrier.com/track?id={tracking_number}. From then on it is offered on every order, like any built-in carrier. For a one-off shipment, select "Custom Provider" on the order itself and enter the name and URL there, using %1$s for the number. You can also paste the complete link for that one shipment, with the number already in it. The live preview shows the exact URL your customer will open. If the carrier has no tracking page at all, leave the link empty and the number is shown without a Track button.

Can I hide the carriers I never use?

Yes. The Shipping Carriers tab lists all 152 with a switch on each one. Turn off everything you do not ship with and the carrier select on the order screen offers only what is left, with the carriers from your own country first. You can switch a whole country on at once, or turn the lot off and enable just the handful you use. Turning a carrier off never touches the orders that already use it: their tracking links keep working, and that carrier stays selectable if you edit one of those older shipments.

Can I import tracking numbers in bulk from a CSV file?

Yes. The Import Tracking tab on the Trackora screen — also one click from the top of your orders list — writes tracking to hundreds of orders at once. Drop your file in, check the column mapping Trackora read out of your header row, and import. Download a sample built from your own store — real orders awaiting shipment that have no tracking yet, with one of them repeated on a second line to show how a single order can carry more than one shipment — paste your tracking numbers and upload it. Comma, semicolon and tab separated files are all accepted, column headers your carrier or 3PL already exports are recognised in six languages, and every row that could not be imported is listed with its line number and the reason. Re-importing the same file never duplicates anything.

Does importing a CSV notify my customers?

Only if you ask it to. By default an import writes tracking numbers and changes nothing else — no status change, no email. Two optional switches on the mapping step change that: move every order in the file to a status such as Completed, and send each customer the WooCommerce email for that new status, which already carries the tracking number this import saved. The email switch only becomes available once you have chosen a status, since Trackora has no email of its own to send. The status changes run after the whole file has been read, so an order carrying two shipments in your file is emailed once, with both.

Does the tracking page work with sequential or custom order numbers?

Yes. Both the public tracking form and the CSV importer look orders up by the number your store displays, not the internal ID, so plugins such as WooCommerce Sequential Order Numbers and Custom Order Numbers for WooCommerce work without configuration.

Does the plugin send my store data to external services?

No. Trackora makes zero server-side requests to third parties. Tracking links are simply URLs that open the carrier's website when a user clicks them.

Is this plugin compatible with WooCommerce HPOS, Blocks and Subscriptions?

Yes. Trackora is fully compatible with High-Performance Order Storage (and legacy order storage), declares compatibility with the block-based cart and checkout, and prevents tracking numbers from being copied to subscription renewal orders.

Can I add tracking numbers via the REST API or programmatically?

Yes. The plugin provides a REST API covering create, read, update and delete, plus the PHP helpers wcst_add_tracking() and wcst_delete_tracking() for use from themes, plugins, or automation scripts.

Does Trackora handle GDPR data requests?

Yes. Trackora registers a personal data exporter and eraser with WordPress, so tracking numbers, carrier names and ship dates attached to a customer's orders are included when you run Tools → Export Personal Data or Tools → Erase Personal Data. It also contributes a section to the privacy policy guide at Settings → Privacy.

更新日志:

1.5.0 1.4.1 1.3.4 1.3.3 1.3.2 1.3.1 1.3.0