From 7867085eb96587dd43b3934af90f16febc4ff3a1 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 29 Aug 2014 12:24:04 +0400 Subject: [PATCH] Update Install.md --- doc/Install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Install.md b/doc/Install.md index 05ef860..6745679 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -43,11 +43,11 @@ Into your CRM settings set path to exported file ``` $this->load->model('intarocrm/order'); -$this->model_intarocrm_order->send($this->data, $this->session->data['order_id']); +$this->model_intarocrm_order->send($data, $order_id); ``` Add this lines into: -* /catalog/controller/checkout/confirm.php script, into index method before setOutput call +* /catalog/model/checkout/order.php script, into addOrder method before return statement * /admin/model/sale/order.php script, into addOrder & editOrder methods at the end of these methods #### Export new order from CRM to shop