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

  • 關於本站
  • 免責聲明