如何在验证顺序中使用php更改Prestashop Order状态

时间:2017-08-26 02:55:49

标签: php prestashop-1.6

如何在验证顺序中使用 php 更改 Prestashop 订单状态 我'米

1 个答案:

答案 0 :(得分:0)

$history = new OrderHistory();
$history->id_order = (int)$order->id;
$history->changeIdOrderState(27, (int)($order->id));