hgati / module-tracking-link
Extension add Tracking Url in Shipment Email.
Installs: 10
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:magento2-module
Requires
- magento/framework: 103.0.*
- magento/module-config: 101.2.*
- magento/module-sales: 103.0.*
- magento/module-shipping: 100.4.*
This package is auto-updated.
Last update: 2024-12-17 03:59:01 UTC
README
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.
Usage
Shipment Email
Service Tracking Page
Uninstall
Remove database data
php bin/magento module:uninstall -r Hgati_TrackingLink