문제

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

도움이 되었습니까?

해결책

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;
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top