PHPackages                             faonni/module-tracking-link - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Mail &amp; Notifications](/categories/mail)
4. /
5. faonni/module-tracking-link

ActiveMagento2-module[Mail &amp; Notifications](/categories/mail)

faonni/module-tracking-link
===========================

Extension add Tracking Url in Shipment Email.

2.4.1(4y ago)4281.9k↓36%14[1 issues](https://github.com/karliuka/m2.TrackingLink/issues)[1 PRs](https://github.com/karliuka/m2.TrackingLink/pulls)OSL-3.0PHP

Since Oct 16Pushed 4y ago5 watchersCompare

[ Source](https://github.com/karliuka/m2.TrackingLink)[ Packagist](https://packagist.org/packages/faonni/module-tracking-link)[ RSS](/packages/faonni-module-tracking-link/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (10)Dependencies (4)Versions (15)Used By (0)

Magento2 Tracking Link
======================

[](#magento2-tracking-link)

[![Total Downloads](https://camo.githubusercontent.com/d8c7aba02ab0e6b3b68ecc1bdd5997419dcb5354c23c2f79e816a73d3a683d84/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d747261636b696e672d6c696e6b2f646f776e6c6f616473)](https://packagist.org/packages/faonni/module-tracking-link)[![Latest Stable Version](https://camo.githubusercontent.com/04eaa2ad380251fe6cb72aaa797c3802dbed986d2b00b619fa66529ad701fb6a/68747470733a2f2f706f7365722e707567782e6f72672f66616f6e6e692f6d6f64756c652d747261636b696e672d6c696e6b2f762f737461626c65)](https://packagist.org/packages/faonni/module-tracking-link)

Extension add Tracking Url in Shipment Email.

Native shipment email doesn’t include a clickable tracking number link, just plain text one. The customer has to copy and then go to the courier site to get the tracking information. The extension make the tracking number a clickable link that will bring them to the carriers site and display the tracking information. The extension supports all couriers which support shipping tracking.

Compatibility
-------------

[](#compatibility)

Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x

Install
-------

[](#install)

#### Install via Composer (recommend)

[](#install-via-composer-recommend)

1. Go to Magento2 root folder
2. Enter following commands to install module:

    For Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x

    ```
    composer require faonni/module-tracking-link:2.0.*
    ```

    For Magento CE(EE) 2.4.x

    ```
    composer require faonni/module-tracking-link:2.4.*
    ```

    Wait while dependencies are updated.

#### Manual Installation

[](#manual-installation)

1. Create a folder {Magento root}/app/code/Faonni/TrackingLink
2. Download the corresponding latest version
3. Copy the unzip content to the folder ({Magento root}/app/code/Faonni/TrackingLink)

#### Completion of installation

[](#completion-of-installation)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy (optional)
    ```

### Configuration

[](#configuration)

In the Magento Admin Panel go to *Stores &gt; Configuration &gt; Sales &gt; Tracking Settings &gt; Tracking Service Url*.

[![Magento2 Tracking Link](https://camo.githubusercontent.com/1ad30ac6e76029cb99e943d9c065712232730178d203381e0f7a3a9f9a31311a/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f747261636b696e672d6c696e6b2f636f6e6669672e706e67)](https://camo.githubusercontent.com/1ad30ac6e76029cb99e943d9c065712232730178d203381e0f7a3a9f9a31311a/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f747261636b696e672d6c696e6b2f636f6e6669672e706e67)

Usage
-----

[](#usage)

#### Shipment Email

[](#shipment-email)

[![Magento2 Tracking Link](https://camo.githubusercontent.com/03fcf78dbd2149e6a94c7e2720f74af47f67883fb8ec389e137b2f83b2cc37bd/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f747261636b696e672d6c696e6b2f656d61696c2e706e67)](https://camo.githubusercontent.com/03fcf78dbd2149e6a94c7e2720f74af47f67883fb8ec389e137b2f83b2cc37bd/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f747261636b696e672d6c696e6b2f656d61696c2e706e67)

#### Service Tracking Page

[](#service-tracking-page)

[![Magento2 Tracking Link](https://camo.githubusercontent.com/89dd007ee920db0bfbef0bf0b34dc5812baeda4a9e972ad7a6830fb5943e7de6/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f747261636b696e672d6c696e6b2f7570732e706e67)](https://camo.githubusercontent.com/89dd007ee920db0bfbef0bf0b34dc5812baeda4a9e972ad7a6830fb5943e7de6/68747470733a2f2f6b61726c69756b612e6769746875622e696f2f6d322f747261636b696e672d6c696e6b2f7570732e706e67)

Uninstall
---------

[](#uninstall)

#### Remove database data

[](#remove-database-data)

This works only with modules defined as Composer packages.

1. Go to Magento2 root folder
2. Enter following commands to remove database data:

    ```
    php bin/magento module:uninstall -r Faonni_TrackingLink
    ```

#### Remove Extension

[](#remove-extension)

1. Go to Magento2 root folder
2. Enter following commands to remove:

    ```
    composer remove faonni/module-tracking-link
    ```

#### Completion of uninstall

[](#completion-of-uninstall)

1. Go to Magento2 root folder
2. Enter following commands:

    ```
    php bin/magento setup:upgrade
    php bin/magento setup:di:compile
    php bin/magento setup:static-content:deploy  (optional)
    ```

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity43

Moderate usage in the ecosystem

Community15

Small or concentrated contributor base

Maturity71

Established project with proven stability

 Bus Factor1

Top contributor holds 98% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~109 days

Recently: every ~87 days

Total

14

Last Release

1759d ago

PHP version history (3 changes)2.0.1PHP ~5.5.0|~5.6.0|~7.0.0

2.0.2PHP ~5.5.0|~5.6.0|~7.0.0|~7.1.0

2.0.3PHP ~5.5.0|~5.6.0|~7.0.0|~7.1.0|~7.2.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/00add5961a32e732abef062480bbdaca6c38c1386cb8e3b3841ca67efd9be811?d=identicon)[karliuka](/maintainers/karliuka)

---

Top Contributors

[![karliuka](https://avatars.githubusercontent.com/u/1991955?v=4)](https://github.com/karliuka "karliuka (48 commits)")[![jconabree](https://avatars.githubusercontent.com/u/7150165?v=4)](https://github.com/jconabree "jconabree (1 commits)")

---

Tags

magento2magento2-extensionshippingtrackingtracking-emailtracking-url

### Embed Badge

![Health badge](/badges/faonni-module-tracking-link/health.svg)

```
[![Health](https://phpackages.com/badges/faonni-module-tracking-link/health.svg)](https://phpackages.com/packages/faonni-module-tracking-link)
```

###  Alternatives

[mollie/magento2

Mollie Payment Module for Magento 2

1131.9M16](/packages/mollie-magento2)[run-as-root/magento2-prometheus-exporter

Magento2 Prometheus Exporter

68357.9k](/packages/run-as-root-magento2-prometheus-exporter)[dotdigital/dotdigital-magento2-extension

Dotdigital for Magento 2

50398.5k20](/packages/dotdigital-dotdigital-magento2-extension)[yireo/magento2-emailtester2

Preview transactional emails and test send them in your backend

34431.0k](/packages/yireo-magento2-emailtester2)[buckaroo/magento2

Buckaroo Magento 2 extension

32420.3k8](/packages/buckaroo-magento2)[loki/magento2-components

Core module for defining Alpine.js components with advanced AJAX features

1011.8k26](/packages/loki-magento2-components)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
