Linux 软件免费装
Banner图

Vanquish Shipping Tracking for WooCommerce

开发者 vanquish83
freemius
更新时间 2026年9月10日 02:35
PHP版本: 7.4 及以上
WordPress版本: 7.1
版权: GPLv2 or later
版权网址: 版权信息

标签

shipment tracking dispatch date parcel tracking carrier tracking link custom carrier

下载

1.0.4 1.0.11 1.0.0 1.0.3 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.0.10 1.0.12 1.0.1 1.0.13 1.0.14 1.0.15 1.0.16 1.0.2

详情介绍:

Vanquish Shipping Tracking for WooCommerce lets you attach a tracking number, a shipping carrier and a dispatch date to each WooCommerce order. The tracking information is shown to your customers in the order emails and on the order details / My Account page, with a direct link to the carrier's tracking page — the link already has the tracking code filled in whenever the carrier supports it. Free features Premium features

安装:

  1. Upload the plugin files to the /wp-content/plugins/vanquish-shipping-tracking-for-woocommerce directory, or install the plugin through the WordPress plugins screen.
  2. Activate the plugin through the 'Plugins' screen in WordPress.
  3. Make sure WooCommerce is installed and active.
  4. Configure the plugin from the "Shipping Tracking" menu.

屏幕截图:

  • The tracking details as your customer sees them on the order details page.
  • Choose which of the 1,600+ predefined carriers are offered when assigning tracking to an order.
  • Define your own carriers, with a tracking URL template supporting the tracking code, postcode and country.
  • Every customer-facing message is editable, with placeholders for the tracking number, carrier name and tracking link.
  • Premium: the live shipment status shown as a timeline on the order page, with older events folded behind a toggle.
  • Premium: per-product tracking and estimated shipping date, shown next to each product of the order.
  • Premium: estimated shipping dates and per-method delivery estimates in the classic checkout.
  • Premium: the same estimates in the WooCommerce block checkout.
  • Premium: set a delivery estimate for each shipping method of each shipping zone.

常见问题:

Does it work without a third-party account?

Yes. The free version links to the carriers' tracking pages and needs no external account or API key. In the premium version, the in-site timeline is the only feature that uses a tracking service — with your own API key.

Can customers look up their own tracking?

Yes. The [vanstr_tracking_form] shortcode puts a small form on any page: the customer enters an order number and the billing email of that order, and gets the tracking of that order back, using the message you configured. Failed attempts are rate limited, so the form cannot be used to fish for order numbers. An optional title attribute adds a heading, as in [vanstr_tracking_form title="Track your order"].

Does it support the WooCommerce block checkout?

Yes. The checkout features (requested delivery date, delivery estimates on shipping methods, per-product shipping estimates) work in both the block checkout and the classic (shortcode) checkout.

Does it work with HPOS (High-Performance Order Storage)?

Yes, the plugin is fully compatible with HPOS and with the classic order storage.

I am migrating from the CodeCanyon "WooCommerce Shipping Tracking" plugin. Do I lose my data?

No. Your orders keep their tracking: carrier, tracking number and dispatch date are converted the first time each order is loaded, so there is no bulk operation to run. Custom carriers, and the extra shipments and notes if you used them, come across too. Your settings are migrated as well: the tracking messages (including every language, on a WPML or Polylang site) and the order statuses the tracking is shown on. The placeholders are the same in both plugins, so your wording carries over unchanged. Anything that has no equivalent in the new plugin — most of the old options page consisted of workarounds this plugin no longer needs — is simply left behind, and the advanced features have their own settings pages, which you fill in yourself. The migration never overwrites anything you have already configured here. It does, however, clear the old plugin's data as it converts each piece — the custom companies once they have been imported, and each order's old tracking fields once that order has been converted — because that is how it knows not to run twice. Your messages and the order-status setting are left untouched. So nothing is lost, but going back to the old plugin is not clean: it would find its custom companies gone and no tracking on the orders you had opened. If you want a way back, take a database backup before you start.

Can I add tracking to an order from my own code?

Yes, with vanstr_set_tracking(): vanstr_set_tracking( $order_id, '1Z999AA10123456784', 'ups', '2026-09-09' ); The arguments are the order (an id or a WC_Order), the tracking number, the carrier, and an optional dispatch date as Y-m-d. For the carrier, use the slug shown in brackets under Shipping Tracking → Shipping companies, or the id of one of your own custom companies. A date in any other format is refused rather than stored in a shape the plugin cannot read back, and omitting it leaves whatever the order already had. Call it any time after plugins_loaded, and wrap it in function_exists( 'vanstr_set_tracking' ) so your code survives the plugin being deactivated. It returns true when the tracking was written, false when WooCommerce is unavailable or the order does not exist. Each call also leaves an order note, so shipments booked by an integration leave the same timestamped trail as the ones entered by hand.

Can I change the wording of the emails the plugin sends?

Yes. Every email is a standard WooCommerce email, so you edit it under WooCommerce → Settings → Emails, exactly like the ones WooCommerce sends itself: subject, heading, extra content, the enable switch and your store's branding. The plugin adds "Order shipped", "Shipment status update" and "Shipment needs attention (admin)" (the last one goes to you, not the customer, and lets you set the recipient). The tracking block inside those emails comes from the message you write in Shipping Tracking → Messages, where you can use placeholders such as the tracking number, the carrier name, the tracking link and the products carried by that shipment. On top of that, the two monitoring emails accept placeholders in their Subject, Email heading and Additional content fields: {order_number}, {tracking_number}, {carrier} and {associated_products}, plus {status} on the status update and {issue} on the admin alert. So a subject like Your {carrier} parcel: {status} or an extra line saying This parcel contains: {associated_products} works without touching any template.

What happens to my settings if I uninstall the plugin?

They stay. Custom carriers, messages, enabled carriers and — in the premium version — estimate rules, providers and API keys all survive an uninstall and are still there after a reinstall, and the tracking saved on your orders is never touched. If you do want a clean slate, Shipping Tracking → Settings has a "Reset settings" action that clears the configuration on purpose, behind a confirmation. It leaves the tracking on your orders alone.

Can I translate the texts my customers see?

The plugin ships translation-ready (POT file included). On top of that, if WPML or Polylang is active, the settings pages show one input per language for all the customer-facing text (messages, labels, estimates), so you can translate them without extra tools.

更新日志:

1.0.16 1.0.15 1.0.14 1.0.13 1.0.12 1.0.11 1.0.10 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0.0