diff --git a/admin/model/retailcrm/icml.php b/admin/model/retailcrm/icml.php index bfdf129..f60d378 100755 --- a/admin/model/retailcrm/icml.php +++ b/admin/model/retailcrm/icml.php @@ -188,7 +188,7 @@ class ModelRetailcrmIcml extends Model if ($offer['weight'] != '') { $weight = $this->dd->createElement('param'); - $weight->setAttribute('color', 'weight'); + $weight->setAttribute('code', 'weight'); $weight->setAttribute('name', $this->language->get('weight')); $weightValue = (isset($offer['weight_class'])) ? round($offer['weight'], 3) . ' ' . $offer['weight_class'] 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']); ]]>