shipping_tracker

View Magento 2 Shipping Tracker Extension Detail Page for Features and Demo

Documentation for Shipping tracker

Preference

  • Using Shipping Tracker extension, Customer can track the Order Shipment.
  • Customer just need to insert Order Id and Email Address and he/she will get the current Order Status with Shipping Tracking information.

Installation

There are two ways of installing extension in magento2.

  1. Using COMMAND LINE.
  2. Manually Install extension.

Option 1: Magento 2 install extension using COMMAND LINE (Recommended)

Follow below steps to install extension from the command line.

Step 1: Download the extension and unzip it.

Step 2: Upload it to code directory in your magento installation’s app directory. If code directory does not exists then create.

Step 3: Disable the cache under System → Cache Management.

Step 4: Enter the following at the command line:

           Php bin/magento setup:upgrade
           Php bin/magento setup:static-content:deploy

Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Shipping tracker, the module will be displayed in the admin panel.

Option 2: Magento 2 install extension manually

Step 1: Download the extension and unzip it.

Step 2: Upload it to code directory in your magento installation’s app directory If code directory does not exists then create.

Step 3: Disable the cache under System → Cache Management Edit app/etc/config.php file and add one line code: ‘Mageants_ShippingTracker’ ⇒ 1

Step 4: Disable the cache under System → Cache Management

Step 5: Once you complete above steps log out and log in back to the admin panel and switch to Stores → Configuration → Mageants → Shipping tracker, the module will be displayed in the admin panel.

Backend Example

After Installation of Extension login to magento admin panel to setconfiguration of the extension.

As per below screen shot you can set all the settings here.

Extension configuration

After Installation of Extension, Go to Store → Configuration → Mageants Extension → Shipping Tracker, Where admin can Enable/Disable Extension.

Also admin has options to display Track Order link in Top Links and Send Track Order Link in Order Email.

Admin can disable shipping tracking for front-end by selecting shipping methods

also for disable shipping method admin can set custom message

Admin can create custom shipping method without installation of module by giving Url and shipping method name.

After the placing order admin can track order from back-end also by submitting by submitting shipment even for custom shipping methods.

When the status of order will be complete the click on View to see order details and can track order from there.

It will work for all types of shipping methods if there are available module already installed in site then it will show result in pop-up and for custom shipping it will also show result in pop-up by the help of given custom url.

Frontend Example

The Track Order link will display in Top Link Section, By Clicking on it Customer will redirect to a Form Where he / she can track order by Entering Order Number and Email Associated with that order or a given Tracking Number.

By Entering the Order Number and Email or Tracking Number,Cus tomer will redirect to the Shipment Details page.

Below Tracking information will be display once Customer fill the form.

It will also show the result of custom shipping by giving tracking id or by email and order id.

For custom shipping method it will show the result in pop-up.

There will be a Track Order link in customer account dashboard for each order that will redirect customer to the Tracking information page.

shipping_tracker.txt · Last modified: 2025/05/26 13:25