未显示订单视图页面上的Magento Track装运链接

时间:2013-02-04 21:10:02

标签: php magento magento-1.7

我无法获得管理员端显示的链接!我的客户对它的遗失非常恼火。有什么想法吗?

文件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也具有相同的代码。

1 个答案:

答案 0 :(得分:0)

我发现以前由其他程序员编写的程序没有将跟踪号从仓库上传到admin中的正确位置。它将其添加到评论中,但不添加到“发货”部分。一旦我在程序中修改了一些代码来添加跟踪号,就解决了所有相关问题。如果您需要帮助,请随时与我联系。