Magento 2 Custom Carrier Trackers

Magento 2 Custom Carrier Trackers extension adds new custom tracking carriers for your customers to track the orders once they are shipped through the custom carrier.

 

Table of Content

  1. Extension Installation Guide
  2. Manage Custom Carrier Trackers
  3. Configuration
  4. Adding Tracking Number
  5. Custom Carrier Trackers in Frontend

 

  1. Extension Installation
    • For Magento Marketplace Customers
      • Create a folder structure in Magento root as app/code/Meetanshi/CustomCarrierTracking
      • Download and extract the zip folder and upload our extension files to the app/code/Meetanshi/CustomCarrierTracking via FTP.
      • Login to your SSH and run below commands step by step:
        • php bin/magento setup:upgrade
        • For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
        • For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
        • php bin/magento cache:flush

 

    • For Meetanshi Customers
      • Extract the zip folder and upload our extension to the root of your Magento 2 directory via FTP.
      • Login to your SSH and run below commands step by step:
        • php bin/magento setup:upgrade
        • For Magento version 2.0.x to 2.1.x - php bin/magento setup:static-content:deploy
        • For Magento version 2.2.x & above - php bin/magento setup:static-content:deploy –f
        • php bin/magento cache:flush

 

  1. Manage Custom Carrier Trackers
    The extension provides the facility to manage custom carrier trackers from Reports > Manage Custom Carrier Trackers grid. All the already added and saved carrier trackers seen enlisted here.

 

  • Add New Tracker
    On click of the “Add New Tracker” button from the Manage Custom Carrier Trackers grid, the admin can add a new carrier tracker.
    • Tracker Title: Add a custom title from the tracker you are adding.
    • Tracking URL: Add tracking URL, use the custom variables to create a tracking URL.
    • Status: Activate the custom carrier tracker to show in the Configuration under the “Select Tracker” dropdown.

 

  1. Configuration
    For configuring the extension, login to Magento 2, move to Stores à Configuration à  Meetanshi à Custom Carrier Trackers where you can enable the extension.
  • Custom Carrier Trackers: Enable or disable Custom Carrier Trackers extension from here.
  • Custom Carrier Tracker 1: The extension allows to add and enable up to 10 carrier trackers.
     
    • Enable: Set YES to enable the custom carrier tracker.
    • Tracker Title: Enter a tracker title.
    • Select Tracker: Here, you can see all the custom carrier trackers you have added from Manage Custom Carrier trackers grid. Select an appropriate tracker and save configuration. You can enable up to 10 custom carrier trackers from here.

 

  1. Adding Tracking Number
    Once the order is placed from the frontend, the admin has to generate invoice and shipment from the backend. While generating a shipment, the admin can select a tracking carrier with a tracking number for customers to track orders.

 

  •  
  • Custom Carrier Trackers in Backend
    Once the tracking number has been added, the shipment can be tracked from the backend as shown below. Click the “Track” button. It will open up tracking details in a separate window.

 

  1.  Custom Carrier Trackers in Frontend
    Customers can track the shipment from the “My Orders” section as shown below. Click on the “Track this shipment” link and one can see the tracking number and the product details.

     

 

 

  • Custom Carrier Trackers in Shipment Email
    Apart from My Account section, customers can track their shipment from Emails by clicking on the tracking number.