hgati/module-tracking-link

Extension add Tracking Url in Shipment Email.

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:magento2-module

dev-master 2024-03-08 13:59 UTC

This package is auto-updated.

Last update: 2024-05-08 14:19:09 UTC


README

Total Downloads Latest Stable Version

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.

Install

Install via Composer (recommend)

```bash
composer require hgati/module-tracking-link:dev-master

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

Configuration

In the Magento Admin Panel go to Stores > Configuration > Hgati > Tracking Settings > Tracking Service Url.

Magento2 Tracking Link

Usage

Shipment Email

Magento2 Tracking Link

Service Tracking Page

Magento2 Tracking Link

Uninstall

Remove database data

php bin/magento module:uninstall -r Hgati_TrackingLink