How can I add Track Button to Magento on frontend - Magento 1 [on hold]Is there a way to Sort Comments History by Descending order?How can i export this reportHow to get PDF file of Orders on the basis of DateMagento 2: Download order history from Customer accountIn Magento 1 Sales menu add custom created sub-menuHow can we add header and footer to invoice pdfOverride Sales order history issue in magento2Add column to “Sales Order” history content in customer accountadd username to order comment historyGet custom join query using for order items collection of particular order magento 2

Stark VS Thanos

What word means "to make something obsolete"?

Junior developer struggles: how to communicate with management?

Why do freehub and cassette have only one position that matches?

How can I fairly adjudicate the effects of height differences on ranged attacks?

Write to EXCEL from SQL DB using VBA script

Does hiding behind 5-ft-wide cover give full cover?

Can commander tax be proliferated?

Copy line and insert it in a new position with sed or awk

Was the ancestor of SCSI, the SASI protocol, nothing more than a draft?

Pressure to defend the relevance of one's area of mathematics

Does higher resolution in an image imply more bits per pixel?

How does NAND gate work? (Very basic question)

Selecting a secure PIN for building access

Is Cola "probably the best-known" Latin word in the world? If not, which might it be?

Has any spacecraft ever had the ability to directly communicate with civilian air traffic control?

Why do money exchangers give different rates to different bills

LT Spice Voltage Output

How can I close a gap between my fence and my neighbor's that's on his side of the property line?

How did Captain America use this power?

How to reply this mail from potential PhD professor?

How to scale a verbatim environment on a minipage?

What are the spoon bit of a spoon and fork bit of a fork called?

My ID is expired, can I fly to the Bahamas with my passport



How can I add Track Button to Magento on frontend - Magento 1 [on hold]


Is there a way to Sort Comments History by Descending order?How can i export this reportHow to get PDF file of Orders on the basis of DateMagento 2: Download order history from Customer accountIn Magento 1 Sales menu add custom created sub-menuHow can we add header and footer to invoice pdfOverride Sales order history issue in magento2Add column to “Sales Order” history content in customer accountadd username to order comment historyGet custom join query using for order items collection of particular order magento 2






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















How can I add track button on sales/order/history/










share|improve this question















put on hold as too broad by Jai, Muhammad Hasham, Piyush, sv3n, Dhiren Vasoya 2 days ago


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















  • Mention the magento version please.

    – Sukumar Gorai
    Apr 26 at 13:23











  • Sukumar Gorai, sorry. Is magento 1

    – Rannye Rodrigues
    Apr 26 at 14:03

















0















How can I add track button on sales/order/history/










share|improve this question















put on hold as too broad by Jai, Muhammad Hasham, Piyush, sv3n, Dhiren Vasoya 2 days ago


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.


















  • Mention the magento version please.

    – Sukumar Gorai
    Apr 26 at 13:23











  • Sukumar Gorai, sorry. Is magento 1

    – Rannye Rodrigues
    Apr 26 at 14:03













0












0








0








How can I add track button on sales/order/history/










share|improve this question
















How can I add track button on sales/order/history/







sales order-history






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 26 at 14:02







Rannye Rodrigues

















asked Apr 26 at 13:21









Rannye RodriguesRannye Rodrigues

92




92




put on hold as too broad by Jai, Muhammad Hasham, Piyush, sv3n, Dhiren Vasoya 2 days ago


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.









put on hold as too broad by Jai, Muhammad Hasham, Piyush, sv3n, Dhiren Vasoya 2 days ago


Please edit the question to limit it to a specific problem with enough detail to identify an adequate answer. Avoid asking multiple distinct questions at once. See the How to Ask page for help clarifying this question. If this question can be reworded to fit the rules in the help center, please edit the question.














  • Mention the magento version please.

    – Sukumar Gorai
    Apr 26 at 13:23











  • Sukumar Gorai, sorry. Is magento 1

    – Rannye Rodrigues
    Apr 26 at 14:03

















  • Mention the magento version please.

    – Sukumar Gorai
    Apr 26 at 13:23











  • Sukumar Gorai, sorry. Is magento 1

    – Rannye Rodrigues
    Apr 26 at 14:03
















Mention the magento version please.

– Sukumar Gorai
Apr 26 at 13:23





Mention the magento version please.

– Sukumar Gorai
Apr 26 at 13:23













Sukumar Gorai, sorry. Is magento 1

– Rannye Rodrigues
Apr 26 at 14:03





Sukumar Gorai, sorry. Is magento 1

– Rannye Rodrigues
Apr 26 at 14:03










1 Answer
1






active

oldest

votes


















0














Copy the below file:




app/design/frontend/base/default/template/sales/order/history.phtml




to your theme(if its not present in your theme location):




app/design/frontend/[your_package]/[your_theme]/template/sales/order/history.phtml




Find the below block:



<?php /*<span class="separator">|</span><a href="<?php echo $this->getTrackUrl($_order) ?>"><?php echo $this->__('Track Order') ?></a>&nbsp;*/ ?>


and uncomment it:



<span class="separator">|</span><a href="<?php echo $this->getTrackUrl($_order) ?>"><?php echo $this->__('Track Order') ?></a>&nbsp;





share|improve this answer





























    1 Answer
    1






    active

    oldest

    votes








    1 Answer
    1






    active

    oldest

    votes









    active

    oldest

    votes






    active

    oldest

    votes









    0














    Copy the below file:




    app/design/frontend/base/default/template/sales/order/history.phtml




    to your theme(if its not present in your theme location):




    app/design/frontend/[your_package]/[your_theme]/template/sales/order/history.phtml




    Find the below block:



    <?php /*<span class="separator">|</span><a href="<?php echo $this->getTrackUrl($_order) ?>"><?php echo $this->__('Track Order') ?></a>&nbsp;*/ ?>


    and uncomment it:



    <span class="separator">|</span><a href="<?php echo $this->getTrackUrl($_order) ?>"><?php echo $this->__('Track Order') ?></a>&nbsp;





    share|improve this answer



























      0














      Copy the below file:




      app/design/frontend/base/default/template/sales/order/history.phtml




      to your theme(if its not present in your theme location):




      app/design/frontend/[your_package]/[your_theme]/template/sales/order/history.phtml




      Find the below block:



      <?php /*<span class="separator">|</span><a href="<?php echo $this->getTrackUrl($_order) ?>"><?php echo $this->__('Track Order') ?></a>&nbsp;*/ ?>


      and uncomment it:



      <span class="separator">|</span><a href="<?php echo $this->getTrackUrl($_order) ?>"><?php echo $this->__('Track Order') ?></a>&nbsp;





      share|improve this answer

























        0












        0








        0







        Copy the below file:




        app/design/frontend/base/default/template/sales/order/history.phtml




        to your theme(if its not present in your theme location):




        app/design/frontend/[your_package]/[your_theme]/template/sales/order/history.phtml




        Find the below block:



        <?php /*<span class="separator">|</span><a href="<?php echo $this->getTrackUrl($_order) ?>"><?php echo $this->__('Track Order') ?></a>&nbsp;*/ ?>


        and uncomment it:



        <span class="separator">|</span><a href="<?php echo $this->getTrackUrl($_order) ?>"><?php echo $this->__('Track Order') ?></a>&nbsp;





        share|improve this answer













        Copy the below file:




        app/design/frontend/base/default/template/sales/order/history.phtml




        to your theme(if its not present in your theme location):




        app/design/frontend/[your_package]/[your_theme]/template/sales/order/history.phtml




        Find the below block:



        <?php /*<span class="separator">|</span><a href="<?php echo $this->getTrackUrl($_order) ?>"><?php echo $this->__('Track Order') ?></a>&nbsp;*/ ?>


        and uncomment it:



        <span class="separator">|</span><a href="<?php echo $this->getTrackUrl($_order) ?>"><?php echo $this->__('Track Order') ?></a>&nbsp;






        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Apr 26 at 14:45









        Sukumar GoraiSukumar Gorai

        7,0503729




        7,0503729













            Popular posts from this blog

            Get product attribute by attribute group code in magento 2get product attribute by product attribute group in magento 2Magento 2 Log Bundle Product Data in List Page?How to get all product attribute of a attribute group of Default attribute set?Magento 2.1 Create a filter in the product grid by new attributeMagento 2 : Get Product Attribute values By GroupMagento 2 How to get all existing values for one attributeMagento 2 get custom attribute of a single product inside a pluginMagento 2.3 How to get all the Multi Source Inventory (MSI) locations collection in custom module?Magento2: how to develop rest API to get new productsGet product attribute by attribute group code ( [attribute_group_code] ) in magento 2

            Category:9 (number) SubcategoriesMedia in category "9 (number)"Navigation menuUpload mediaGND ID: 4485639-8Library of Congress authority ID: sh85091979ReasonatorScholiaStatistics

            Magento 2.3: How do i solve this, Not registered handle, on custom form?How can i rewrite TierPrice Block in Magento2magento 2 captcha not rendering if I override layout xmlmain.CRITICAL: Plugin class doesn't existMagento 2 : Problem while adding custom button order view page?Magento 2.2.5: Overriding Admin Controller sales/orderMagento 2.2.5: Add, Update and Delete existing products Custom OptionsMagento 2.3 : File Upload issue in UI Component FormMagento2 Not registered handleHow to configured Form Builder Js in my custom magento 2.3.0 module?Magento 2.3. How to create image upload field in an admin form