Question

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

Was it helpful?

Solution

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;
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top