General Live Chat settings
Copy the link to the article
Copied

The module is a solution for installation on a website. By installing the JS-code and making the appropriate settings, customers will be able to write from the Live Chat on the website directly to the system.

To connect the module, go to the "Marketplace", click on the module of integration with the Live Chat and click on the "Connect" button.

In order to use the widget, paste the JS code provided in the settings on the site pages.

If we declare an object with additional options after <script> tag, before the embed code:

var _rcco = {
      customer: {
            customer_id: 'site-customer-id',
            name: 'site-customer-name'
      }
};

The Live Chat will link the dialog to the client in the system (the client with the specified identifier will be linked in the “Client” widget), and in the dialog, instead of the generated nickname (for example user_123), the transferred user name will be displayed.

Important!

For this function to work, the Live Chat settings must specify the same store to which the site's customers are linked.

As a result, the site should have an entry that looks like this:

<script>
 var _rcco = {
     customer: {
           customer_id: 'site-customer-id',
           name: 'site-customer-name'
     }
 };
 var _rcct ="8881115a37e85875bd0c8c01234c2857cbfac4e47cb94777399f12d681000f6a";
 !function(t){
     var a = t.getElementsByTagName("head")[0];
     var c = t.createElement("script");
     c.type="text/javascript";
     c.src="//c.retailcrm.tech/widget/loader.js";
     a.appendChild(c);
 }(document);
</script>

General settings

In the "Widget title" field, specify the name that the client will see on the site in the title of the Live Chat.

In the "Store in CRM" field, specify the store to which the Live Chat module will be assigned.

The general settings also specify the color of the widget in HEX format (when clicked, a color palette appears), its location on the page, links to social networks and messengers, and whether to hide the widget on mobile devices or not.

Thank you for your feedback.
Was this article helpful?
No
  • Рекомендации не помогли
  • Нет ответа на мой вопрос
  • Текст трудно понять
  • Не нравится описанный функционал
Yes
Next article
Setting up auto messages
This section will allow you to create conditions, being guided by which the Live Chat will send an automatic message to the customer.
#}