From 6d706f4337d2aa0aea8b27d6d8bed1aea09f68e7 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 19 Aug 2014 23:53:11 +0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d8325a0..58fbe97 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ Module allows: * Configure relations between dictionaries of IntaroCRM and Opencart (statuses, payments, delivery types and etc) * Generate [ICML](http://docs.intarocrm.ru/index.php?n=Пользователи.ФорматICML) (IntaroCRM Markup Language) for catalog loading by IntaroCRM +#### Documentation + * [Install](doc/Install.md) * [Changelog](doc/Changelog.md) * [TODO](doc/TODO.md) From ec188948096d32a60de919dc6863e89ae1174714 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Tue, 19 Aug 2014 23:56:04 +0400 Subject: [PATCH 2/2] Update Install.md --- doc/Install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Install.md b/doc/Install.md index a0a77d7..47b0c22 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -70,5 +70,5 @@ protected function crmOrderAction($order, $order_id, $action=null) Setup cron job for exchange between CRM & your shop ``` -*/5 0 0 0 0 /usr/bin/php /path/to/opencart/cli/cli_export.php >> /path/to/opencart/system/logs/cronjob_history.log 2>&1 +*/5 0 0 0 0 /usr/bin/php /path/to/opencart/cli/cli_history.php >> /path/to/opencart/system/logs/cronjob_history.log 2>&1 ```