From fb38659631a892e143412daea4758651c443a563 Mon Sep 17 00:00:00 2001 From: Vitaly Artemev Date: Wed, 16 Mar 2016 15:28:07 +0300 Subject: [PATCH] Update retailcrm_create_order.xml --- vqmod/xml/retailcrm_create_order.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/vqmod/xml/retailcrm_create_order.xml b/vqmod/xml/retailcrm_create_order.xml index dd52c7f..371345e 100644 --- a/vqmod/xml/retailcrm_create_order.xml +++ b/vqmod/xml/retailcrm_create_order.xml @@ -15,6 +15,7 @@ $order = $this->model_checkout_order->getOrder($this->session->data['order_id']); $order['products'] = $this->model_account_order->getOrderProducts($this->session->data['order_id']); + $order['order_total'] = $this->model_account_order->getOrderTotals($this->session->data['order_id']); $this->model_retailcrm_order->sendToCrm($order, $this->session->data['order_id']); ]]>