mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-21 20:56:07 +03:00
Update Install.md
This commit is contained in:
parent
7a6c252e05
commit
d2c1948ebc
@ -27,7 +27,7 @@ Go to Modules -> Intstall module. Before running exchange you must configure mod
|
||||
Setup cron job for periodically catalog export
|
||||
|
||||
```
|
||||
0 */12 0 0 0 /usr/bin/php /path/to/opencart/instance/cli/cli_export.php >> /path/to/opencart/instance/system/logs/cronjob_export.log 2>&1
|
||||
0 */12 0 0 0 /usr/bin/php /path/to/opencart/cli/cli_export.php >> /path/to/opencart/system/logs/cronjob_export.log 2>&1
|
||||
```
|
||||
|
||||
### Exchange setup
|
||||
@ -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/instance/cli/cli_export.php >> /path/to/opencart/instance/system/logs/cronjob_history.log 2>&1
|
||||
```
|
||||
*/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
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user