管理者側に表示されるリンクを取得できません! 私のクライアントは、それがないことに非常に腹を立てています。何か案は?
ファイル adminhtml/default/default/template/sales/order/view/tab/info.phtml には次のコードがあります。
<?php if ($_order->getTracksCollection()->count()) : ?>
<a href="#" id="linkId" onclick="popWin('<?php echo $this->helper('shipping')->getTrackingPopupUrlBySalesModel($_order) ?>','trackorder','width=800,height=600,resizable=yes,scrollbars=yes')" title="<?php echo $this->__('Track Order') ?>"><?php echo $this->__('Track Order') ?></a>
<br/>
<?php endif; ?>
adminhtml/default/ your_template_name /template/sales/order/view/tab/info.phtml にも同じコードがあります。