Model Checkout Order confirm vs update
1 post
• Page 1 of 1
Model Checkout Order confirm vs update
Can anyone tell me
1) the difference between the "confirm" and the "update" methods
if (!$order_info['order_status_id']) {
$this->model_checkout_order->confirm($order_id, $order_status_id, $message);
} else {
$this->model_checkout_order->update($order_id, $order_status_id, $message);
}
2) why a payment process would follow the above with
$this->model_checkout_order->confirm($order_id, $this->config->get('config_order_status_id'), $message);
3) Why the content of my $message variable does not make it to the Order comment section.
thanks
1) the difference between the "confirm" and the "update" methods
if (!$order_info['order_status_id']) {
$this->model_checkout_order->confirm($order_id, $order_status_id, $message);
} else {
$this->model_checkout_order->update($order_id, $order_status_id, $message);
}
2) why a payment process would follow the above with
$this->model_checkout_order->confirm($order_id, $this->config->get('config_order_status_id'), $message);
3) Why the content of my $message variable does not make it to the Order comment section.
thanks
- gaashby
- Posts: 7
- Joined: Sun Jun 03, 2012 9:53 pm
1 post
• Page 1 of 1
Who is online
Users browsing this forum: No registered users and 4 guests













