标签: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): ?>
刷新页面, 看看 :)
标签:des style blog color for sp 文件 div on
原文地址:http://www.cnblogs.com/qq9915072/p/4069674.html