Title: Order Tracking Notification for WooCommerce
Author: Marco Gagnon
Published: <strong>டிசம்பர் 28, 2025</strong>
Last modified: மே 20, 2026

---

நீட்சிகளை தேடுங்கள்

![](https://ps.w.org/aisp-order-tracking-notification/assets/icon-256x256.png?rev
=3428613)

# Order Tracking Notification for WooCommerce

 By [Marco Gagnon](https://profiles.wordpress.org/aisimpleplugin/)

[பதிவிறக்கு](https://downloads.wordpress.org/plugin/aisp-order-tracking-notification.1.6.1.zip)

 * [Details](https://ta.wordpress.org/plugins/aisp-order-tracking-notification/#description)
 * [Reviews](https://ta.wordpress.org/plugins/aisp-order-tracking-notification/#reviews)
 *  [Installation](https://ta.wordpress.org/plugins/aisp-order-tracking-notification/#installation)
 * [Development](https://ta.wordpress.org/plugins/aisp-order-tracking-notification/#developers)

 [உதவி](https://wordpress.org/support/plugin/aisp-order-tracking-notification/)

## விளக்கம்

**Order Tracking Notification** is a super lightweight WooCommerce plugin designed
to let store owners quickly add a _tracking number_ and _carrier_ directly to an
WooCommerce order.
 The tracking information is then automatically added to all 
customer emails (including “Order Completed”) with a clickable tracking link.

No complex setup.
 No APIs required. No heavy UI.

Just simple, fast, clean shipment tracking built for Canadian stores.

### Key Features

 * Add tracking number + carrier to any WooCommerce order
 * Supported carriers: **Canada Post, UPS, Purolator, GLS, Canpar, Delivro, Nationex,
   Loomis, Uni Uni, LivRapide**
 * Tracking automatically appears in customer emails
 * Clickable tracking link to the carrier website
 * Compatible with both **HPOS** and **legacy** WooCommerce order storage
 * Lightweight — no external services, no scripts, no performance impact
 * Complete integration with **Machool** : automatically added tracking number and
   carrier in the WooCommerce email

### Ultra-light plugin

This plugin adds **zero bloat** to your store.
 One clean UI in the WooCommerce 
order edit page, and automatic email integration.

Perfect for stores that need quick, reliable tracking without subscribing to complex
or expensive shipment tracking solutions.

## Screenshots

 * [[
 * Setting page
 * [[
 * Tracking fields inside WooCommerce order edit screen
 * [[
 * Tracking information in customer emails
 * [[
 * Carrier selection and tracking input (simple and clean UI)
 * [[

## Installation

 1. Upload the plugin folder to `/wp-content/plugins/aisp-simple-tracking/`
 2. Activate the plugin through the **Plugins** menu in WordPress
 3. Edit any WooCommerce order
 4. Find the **Order Tracking Notification** meta box
 5. Choose your carrier and enter your tracking number
 6. Save the order — tracking info will automatically appear in the customer emails

## அடிக்கடி கேட்கப்படும் கேள்விகள்

### Does this plugin support HPOS?

Yes! The plugin is compatible with both WooCommerce HPOS and Legacy order storage.

### Where do I enter the tracking number?

Go to **WooCommerce  Orders  Edit Order**.
 You will see the meta box **Order Tracking
Notification** with a carrier selector and tracking field.

### Will customers see the tracking number?

Yes. The plugin automatically inserts tracking information in all customer-facing
WooCommerce emails.

### Which carriers are supported?

 * Canada Post
 * Purolator
 * GLS
 * Canpar
 * UPS
 * Loomis
 * Nationex
 * Delivro
 * Uni Uni
 * LivRapide

## Reviews

இந்த செருகுநிரலுக்கு மதிப்புரைகள் எதுவும் இல்லை.

## பங்களிப்பாளர்கள் & உருவாக்குனர்கள்

“Order Tracking Notification for WooCommerce” is open source software. The following
people have contributed to this plugin.

பங்களிப்பாளர்கள்

 *   [ Marco Gagnon ](https://profiles.wordpress.org/aisimpleplugin/)

“Order Tracking Notification for WooCommerce” has been translated into 1 locale.
Thank you to [the translators](https://translate.wordpress.org/projects/wp-plugins/aisp-order-tracking-notification/contributors)
for their contributions.

[Translate “Order Tracking Notification for WooCommerce” into your language.](https://translate.wordpress.org/projects/wp-plugins/aisp-order-tracking-notification)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/aisp-order-tracking-notification/),
check out the [SVN repository](https://plugins.svn.wordpress.org/aisp-order-tracking-notification/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/aisp-order-tracking-notification/)
by [RSS](https://plugins.trac.wordpress.org/log/aisp-order-tracking-notification/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.6.1

 * Updated: Tested up to WordPress 7.0

#### 1.6.0

 * Added: Support for Uni Uni and LivRapide shipping carriers.
 * Improved: Shipping carriers are now sorted alphabetically for easier navigation.

#### 1.5.0

 * Improved: Centralized all meta keys (carrier, tracking, boxes) as constants in
   the Helpers class to avoid duplication across files.
 * Fixed: Moved Settings and Webhook init() calls inside the plugins_loaded hook
   to ensure WooCommerce is fully loaded before initialization.
 * Fixed: Removed duplicate init() call at the bottom of the Settings and Webhook
   class files.
 * Fixed: Applied wp_kses_post() on the final output string in the email class instead
   of on the translation string before variable substitution.
 * Security: Added REST API args validation and sanitization (absint on order_id,
   sanitize_text_field on tracking_number and carrier).
 * Improved: Removed unused meta key properties from the Email and Orders Column
   classes.
 * Improved: Refactored the orders column output using a cleaner PHP/HTML structure.
 * Improved: Code formatting and consistency in the Settings class.
 * Improved: Added admin notice feedback after saving settings and after generating
   or regenerating the API key.
 * Improved: Added inline documentation for backward compatibility with existing
   filters.

#### 1.4.4

 * Fixed: fatal error in REST API webhook due to incorrect helper class and method
   reference.
 * Fixed: webhook stability when processing tracking updates.
 * Improved: box quantity is now optional and only used when manually entered.
 * Improved: simplified tracking settings by removing the need for a global box 
   option.

#### 1.4.3

 * Added: Centralized tracking data retrieval via helper function for improved consistency.
 * Improved: Reduced code duplication across admin, emails, and order list.
 * Improved: Better normalization of carrier names for reliable tracking URLs.
 * Improved: Fallback handling when tracking URL is not available.
 * Fixed: Potential undefined variable issues in tracking display logic.
 * Fixed: Data consistency between admin panel, emails, and orders column.

#### 1.4.2

 * Improved: Security by properly escaping translated strings and dynamic data.
 * Improved: Tracking link output in emails for better reliability and safety.

#### 1.4.1

 * Added: Carrier normalization for improved tracking detection.
 * Improved: Tracking display consistency across emails, admin, and order list.
 * Improved: Manual tracking now properly overrides external data.
 * Fixed: Issues with carrier mapping and missing tracking in order list.
 * Fixed: Duplicate carrier entries in admin selector.

#### 1.4.0

 * Added: Support for Machool tracking meta (shipping_provider / tracking_number).

#### 1.3.0

 * Added: Tracking column in the WooCommerce orders list.
 * Added: Display of carrier name, tracking number, and number of boxes directly
   in the orders table.
 * Improved: Tracking number is now clickable and opens the carrier tracking page
   in a new tab.
 * Improved: Compatibility with both legacy orders screen and the new WooCommerce
   Orders interface (HPOS).
 * Improved: Admin usability by displaying tracking information without opening 
   the order.

#### 1.2.1

 * Improved: internationalization and escaping in email settings.

#### 1.2.0

 * Added: New “Number of boxes” field in the order admin panel. The field is admin-
   only and is not visible to customers.

#### 1.1.0

 * Added: Clickable tracking link in the order admin screen when a carrier and tracking
   number are provided.

#### 1.0.1

 * Fixed: Tracking links for Nationex and Canada Post

#### 1.0.0

 * Initial release

## Meta

 *  Version **1.6.1**
 *  Last updated **1 வாரம் முன்பு**
 *  Active installations **10 க்கும் குறைவாக**
 *  WordPress version ** 6.0 அல்லது மேல் **
 *  Tested up to **7.0**
 *  PHP version ** 7.2 அல்லது மேல் **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/aisp-order-tracking-notification/)
   மற்றும் [French (Canada)](https://fr-ca.wordpress.org/plugins/aisp-order-tracking-notification/).
 *  [Translate into your language](https://translate.wordpress.org/projects/wp-plugins/aisp-order-tracking-notification)
 * Tags
 * [Email Tracking](https://ta.wordpress.org/plugins/tags/email-tracking/)[order tracking](https://ta.wordpress.org/plugins/tags/order-tracking/)
   [tracking](https://ta.wordpress.org/plugins/tags/tracking/)[WooCommerce Tracking](https://ta.wordpress.org/plugins/tags/woocommerce-tracking/)
 *  [Advanced View](https://ta.wordpress.org/plugins/aisp-order-tracking-notification/advanced/)

## மதிப்பீடுகள்

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/aisp-order-tracking-notification/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/aisp-order-tracking-notification/reviews/)

## பங்களிப்பாளர்கள்

 *   [ Marco Gagnon ](https://profiles.wordpress.org/aisimpleplugin/)

## உதவி

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/aisp-order-tracking-notification/)