码迷,mamicode.com
首页 > 其他好文 > 详细

Magento后台手动修改订单状态方法

时间:2014-11-02 19:28:12      阅读:131      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   color   for   sp   文件   div   on   

订单详细内容页手动修改订单状态方法:

打开此文件:app\design\adminhtml\default\default\template\sales\order\view\history.phtml

34行位置为如下原本内容:

            <?php foreach ($this->getStatuses() as $_code=>$_label): ?>

修改为:

            <?php foreach (Mage::getSingleton(‘sales/order_config‘)->getStatuses() as $_code=>$_label): ?>

 

刷新页面, 看看 :)

 

Magento后台手动修改订单状态方法

标签:des   style   blog   color   for   sp   文件   div   on   

原文地址:http://www.cnblogs.com/qq9915072/p/4069674.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!