How to add tracking ID link in shipping email? The Next CEO of Stack OverflowHow to add DHL shipping tracking for customers?Add tracking link to mailvariable for shipping tracking no in emailHow to modify tracking link targetAdd tracking link to shipment email doesn't workMagento 2: Send different email templates for Ship, based on Shipping Method chosenMagento2: How to add tracking url in shipment email for customer in magento 2How to add and remove Shipping and Tracking Information Carrier?Populate tracking link with tracking numberSend Tracking information email to customer when tracking number saved to Magento

Could you use a laser beam as a modulated carrier wave for radio signal?

A hang glider, sudden unexpected lift to 25,000 feet altitude, what could do this?

Salesforce opportunity stages

Could a dragon use its wings to swim?

Is it a bad idea to plug the other end of ESD strap to wall ground?

Read/write a pipe-delimited file line by line with some simple text manipulation

Masking layers by a vector polygon layer in QGIS

Does the Idaho Potato Commission associate potato skins with healthy eating?

Simplify trigonometric expression using trigonometric identities

That's an odd coin - I wonder why

"Eavesdropping" vs "Listen in on"

Compensation for working overtime on Saturdays

Is there a rule of thumb for determining the amount one should accept for a settlement offer?

How to show a landlord what we have in savings?

Car headlights in a world without electricity

Early programmable calculators with RS-232

MT "will strike" & LXX "will watch carefully" (Gen 3:15)?

Prodigo = pro + ago?

Do I need to write [sic] when including a quotation with a number less than 10 that isn't written out?

Is the offspring between a demon and a celestial possible? If so what is it called and is it in a book somewhere?

Why can't we say "I have been having a dog"?

Gödel's incompleteness theorems - what are the religious implications?

What steps are necessary to read a Modern SSD in Medieval Europe?

How can I separate the number from the unit in argument?



How to add tracking ID link in shipping email?



The Next CEO of Stack OverflowHow to add DHL shipping tracking for customers?Add tracking link to mailvariable for shipping tracking no in emailHow to modify tracking link targetAdd tracking link to shipment email doesn't workMagento 2: Send different email templates for Ship, based on Shipping Method chosenMagento2: How to add tracking url in shipment email for customer in magento 2How to add and remove Shipping and Tracking Information Carrier?Populate tracking link with tracking numberSend Tracking information email to customer when tracking number saved to Magento










2















I like to add tracking ID link for my shipping email template form.
Please advice me to do this process.










share|improve this question


























    2















    I like to add tracking ID link for my shipping email template form.
    Please advice me to do this process.










    share|improve this question
























      2












      2








      2








      I like to add tracking ID link for my shipping email template form.
      Please advice me to do this process.










      share|improve this question














      I like to add tracking ID link for my shipping email template form.
      Please advice me to do this process.







      magento2 shipment-tracking






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 20 at 7:39









      mohanamohana

      8710




      8710




















          1 Answer
          1






          active

          oldest

          votes


















          3














          Please override this file:



          vendor/magento/module-sales/view/frontend/templates/email/shipment/track.phtml



          by creating this path:



          /app/design/frontend/Custom/theme/Magento_Sales/templates/email/shipment/track.phtml



          Please add below code in foreach loop



          <?php
          $trackurl = '';
          if($_item->getCarrierCode() === 'fedex')
          $trackurl = 'https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber='.$_item->getNumber();
          elseif ($_item->getCarrierCode() === 'usps')
          $trackurl = 'https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1='.$_item->getNumber();
          elseif ($_item->getCarrierCode() === 'ups')
          $trackurl = 'https://wwwapps.ups.com/WebTracking/returnToDetails?tracknum='.$_item->getNumber();

          ?>
          <tr>
          <td><?= $block->escapeHtml($_item->getCarrierCode()) ?>:</td>

          <td style="padding:3px 9px"><a href="<?php echo $trackurl ?>"><?php echo $this->escapeHtml($_item->getNumber()) ?></a></td>

          </tr>





          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "479"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: false,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: null,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266620%2fhow-to-add-tracking-id-link-in-shipping-email%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            3














            Please override this file:



            vendor/magento/module-sales/view/frontend/templates/email/shipment/track.phtml



            by creating this path:



            /app/design/frontend/Custom/theme/Magento_Sales/templates/email/shipment/track.phtml



            Please add below code in foreach loop



            <?php
            $trackurl = '';
            if($_item->getCarrierCode() === 'fedex')
            $trackurl = 'https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber='.$_item->getNumber();
            elseif ($_item->getCarrierCode() === 'usps')
            $trackurl = 'https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1='.$_item->getNumber();
            elseif ($_item->getCarrierCode() === 'ups')
            $trackurl = 'https://wwwapps.ups.com/WebTracking/returnToDetails?tracknum='.$_item->getNumber();

            ?>
            <tr>
            <td><?= $block->escapeHtml($_item->getCarrierCode()) ?>:</td>

            <td style="padding:3px 9px"><a href="<?php echo $trackurl ?>"><?php echo $this->escapeHtml($_item->getNumber()) ?></a></td>

            </tr>





            share|improve this answer



























              3














              Please override this file:



              vendor/magento/module-sales/view/frontend/templates/email/shipment/track.phtml



              by creating this path:



              /app/design/frontend/Custom/theme/Magento_Sales/templates/email/shipment/track.phtml



              Please add below code in foreach loop



              <?php
              $trackurl = '';
              if($_item->getCarrierCode() === 'fedex')
              $trackurl = 'https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber='.$_item->getNumber();
              elseif ($_item->getCarrierCode() === 'usps')
              $trackurl = 'https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1='.$_item->getNumber();
              elseif ($_item->getCarrierCode() === 'ups')
              $trackurl = 'https://wwwapps.ups.com/WebTracking/returnToDetails?tracknum='.$_item->getNumber();

              ?>
              <tr>
              <td><?= $block->escapeHtml($_item->getCarrierCode()) ?>:</td>

              <td style="padding:3px 9px"><a href="<?php echo $trackurl ?>"><?php echo $this->escapeHtml($_item->getNumber()) ?></a></td>

              </tr>





              share|improve this answer

























                3












                3








                3







                Please override this file:



                vendor/magento/module-sales/view/frontend/templates/email/shipment/track.phtml



                by creating this path:



                /app/design/frontend/Custom/theme/Magento_Sales/templates/email/shipment/track.phtml



                Please add below code in foreach loop



                <?php
                $trackurl = '';
                if($_item->getCarrierCode() === 'fedex')
                $trackurl = 'https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber='.$_item->getNumber();
                elseif ($_item->getCarrierCode() === 'usps')
                $trackurl = 'https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1='.$_item->getNumber();
                elseif ($_item->getCarrierCode() === 'ups')
                $trackurl = 'https://wwwapps.ups.com/WebTracking/returnToDetails?tracknum='.$_item->getNumber();

                ?>
                <tr>
                <td><?= $block->escapeHtml($_item->getCarrierCode()) ?>:</td>

                <td style="padding:3px 9px"><a href="<?php echo $trackurl ?>"><?php echo $this->escapeHtml($_item->getNumber()) ?></a></td>

                </tr>





                share|improve this answer













                Please override this file:



                vendor/magento/module-sales/view/frontend/templates/email/shipment/track.phtml



                by creating this path:



                /app/design/frontend/Custom/theme/Magento_Sales/templates/email/shipment/track.phtml



                Please add below code in foreach loop



                <?php
                $trackurl = '';
                if($_item->getCarrierCode() === 'fedex')
                $trackurl = 'https://www.fedex.com/apps/fedextrack/?action=track&trackingnumber='.$_item->getNumber();
                elseif ($_item->getCarrierCode() === 'usps')
                $trackurl = 'https://tools.usps.com/go/TrackConfirmAction_input?qtc_tLabels1='.$_item->getNumber();
                elseif ($_item->getCarrierCode() === 'ups')
                $trackurl = 'https://wwwapps.ups.com/WebTracking/returnToDetails?tracknum='.$_item->getNumber();

                ?>
                <tr>
                <td><?= $block->escapeHtml($_item->getCarrierCode()) ?>:</td>

                <td style="padding:3px 9px"><a href="<?php echo $trackurl ?>"><?php echo $this->escapeHtml($_item->getNumber()) ?></a></td>

                </tr>






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered Mar 20 at 7:41









                Mohit chauhanMohit chauhan

                516112




                516112



























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Magento Stack Exchange!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f266620%2fhow-to-add-tracking-id-link-in-shipping-email%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    How should I support this large drywall patch? Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?How do I cover large gaps in drywall?How do I keep drywall around a patch from crumbling?Can I glue a second layer of drywall?How to patch long strip on drywall?Large drywall patch: how to avoid bulging seams?Drywall Mesh Patch vs. Bulge? To remove or not to remove?How to fix this drywall job?Prep drywall before backsplashWhat's the best way to fix this horrible drywall patch job?Drywall patching using 3M Patch Plus Primer

                    random experiment with two different functions on unit interval Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 23, 2019 at 00:00UTC (8:00pm US/Eastern)Random variable and probability space notionsRandom Walk with EdgesFinding functions where the increase over a random interval is Poisson distributedNumber of days until dayCan an observed event in fact be of zero probability?Unit random processmodels of coins and uniform distributionHow to get the number of successes given $n$ trials , probability $P$ and a random variable $X$Absorbing Markov chain in a computer. Is “almost every” turned into always convergence in computer executions?Stopped random walk is not uniformly integrable

                    Lowndes Grove History Architecture References Navigation menu32°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661132°48′6″N 79°57′58″W / 32.80167°N 79.96611°W / 32.80167; -79.9661178002500"National Register Information System"Historic houses of South Carolina"Lowndes Grove""+32° 48' 6.00", −79° 57' 58.00""Lowndes Grove, Charleston County (260 St. Margaret St., Charleston)""Lowndes Grove"The Charleston ExpositionIt Happened in South Carolina"Lowndes Grove (House), Saint Margaret Street & Sixth Avenue, Charleston, Charleston County, SC(Photographs)"Plantations of the Carolina Low Countrye