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) diff --git a/doc/Install.md b/doc/Install.md index 830570f..f05722a 100644 --- a/doc/Install.md +++ b/doc/Install.md @@ -70,5 +70,6 @@ protected function crmOrderAction($order, $order_id, $action=null) Setup cron job for exchange between CRM & your shop ``` +<<<<<<< HEAD */5 * * * * /usr/bin/php /path/to/opencart/cli/cli_export.php >> /path/to/opencart/system/logs/cronjob_history.log 2>&1 ```