logo
  • 教程列表
  • SO官方文档
  • 命令
    • 按 ID 获取订单
    • 按增量 ID 获取订单
    • 添加评论到订单历史记录
  1. StackOverflow 文档
  2. magento 教程
  3. 命令
  4. 添加评论到订单历史记录

添加评论到订单历史记录

Created: November-22, 2018

你可以添加评论和状态以进行订购。订购:

$orderid = 12345;
$order = Mage::getModel('sales/order')->load($orderid);

并添加评论:

//$isNotify means you want to notify customer or not.

$order->addStatusToHistory($status, $message, $isNotify);
$order->save()
  • 按增量 ID 获取订单

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明