接上文………………
二、可以在后台管理编辑订单的状态(State and Status)
在1.4及更早的版本,新增一个订单状态需要修改xml文件,加入类似如下的代码
<sales>
<order>
<statuses>
<refunding translate="label"><label>On Refunding</label></refunding>
</statuses>
<states>
<refunding>
<statuses>
<refunding/>
</statuses>
</refunding>
</states>
</order>
</sales>
Magento1.5提供了一种更方便的管理新增订单状态的方式,可以直接在后台新增订单状态
三、后台编辑订单的地址
在1.5中,订单生成后,可以在后台订单管理里单独编辑订单的地址,而不是像1.4那样必须编辑整个订单(自带的编辑整个订单并不好用,以前的文章有提到),也算是一个人性化的小改进
未完待续………………