1
0
mirror of synced 2024-11-23 13:56:08 +03:00
bitrix-module/intaro.retailcrm/lang/en/install/step6.php

20 lines
842 B
PHP
Raw Normal View History

2020-11-23 17:54:39 +03:00
<?php
$MESS ['INTAROCRM_INFO'] = '
<h2>Further actions</h2>
<p>
If you uploaded orders in step 3, these orders are already available in your CRM and
after a while analytical reports will be calculated for these orders and ready in KPI Panel.
</p>
<p>
New orders will be send by agent <span style="font-family: Courier New;">RCrmActions::uploadOrdersAgent();</span>
2020-12-15 12:39:38 +03:00
to RetailCRM every 10 minutes (interval can be changed in section <a href="/bitrix/admin/agent_list.php">Agents</a>).
2020-11-23 17:54:39 +03:00
</p>
<p>
If you selected "Export catalog now" option in step 4, your catalog will be generated.
2020-12-15 12:39:38 +03:00
If you did not select this option, you can generate catalog file by «RetailCRM» export function
2020-11-23 17:54:39 +03:00
in section Store > Settings > <a href="/bitrix/admin/cat_export_setup.php">Export data</a>.
2020-12-15 12:39:38 +03:00
RetailCRM checks and downloads this catalog file every 3 hours.
2020-11-23 17:54:39 +03:00
</p>
';