Download the PHP package faonni/module-tracking-link without Composer
On this page you can find all versions of the php package faonni/module-tracking-link. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download faonni/module-tracking-link
More information about faonni/module-tracking-link
Files in faonni/module-tracking-link
Package module-tracking-link
Short Description Extension add Tracking Url in Shipment Email.
License OSL-3.0
Informations about the package module-tracking-link
Magento2 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
Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x, 2.4.x
Install
Install via Composer (recommend)
-
Go to Magento2 root folder
-
Enter following commands to install module:
For Magento CE(EE) 2.0.x, 2.1.x, 2.2.x, 2.3.x
For Magento CE(EE) 2.4.x
Wait while dependencies are updated.
Manual Installation
-
Create a folder {Magento root}/app/code/Faonni/TrackingLink
-
Download the corresponding latest version
- Copy the unzip content to the folder ({Magento root}/app/code/Faonni/TrackingLink)
Completion of installation
-
Go to Magento2 root folder
- Enter following commands:
Configuration
In the Magento Admin Panel go to Stores > Configuration > Sales > Tracking Settings > Tracking Service Url.
Usage
Shipment Email
Service Tracking Page
Uninstall
Remove database data
This works only with modules defined as Composer packages.
-
Go to Magento2 root folder
-
Enter following commands to remove database data:
bash composer remove faonni/module-tracking-link bash php bin/magento setup:upgrade php bin/magento setup:di:compile php bin/magento setup:static-content:deploy (optional)
All versions of module-tracking-link with dependencies
magento/module-config Version 101.2.*
magento/module-sales Version 103.0.*
magento/module-shipping Version 100.4.*