The module provides integration of CS-Cart with the Roistat analytics platform. Transfers order, client and visit data to Roistat for full-funnel analytics and conversion attribution.
Main features
Automatic transfer of orders and clients to Roistat on order creation, update or status change. Saves Roistat visit ID (roistat_visit) in the order and exports to Мой Склад. Manual export of all statuses, clients and orders. Configurable export fields: deal name, Roistat code, amount, cost, client ID, showcase.
How the module works
On checkout, the module saves the roistat_visit cookie value to the ms_roistat field in the orders table. When status changes from «Incomplete» to any other, the order is automatically exported to Roistat via API. The create_order_details_post hook exports orders on create and update. The update_profile hook syncs client data. CommerceML (Мой Склад) integration adds the roistat field to XML exports.
Location in admin panel
Administration → Modules → MS Roistat. In the module card you configure counter ID, API key, project number and export fields. «Export all to Roistat» and «Export clients and orders» buttons are available when API connection is successful.
Dependencies
The cost field is populated when the [RetailFactory] Store costs and profit module is installed.
- English
- Русский
- 4.18.X
- 4.17.X
- 4.16.X
- 4.15.X
- 4.14.X
- 4.13.X
- 4.12.X
Оформление подписки
Мы переходим на новую подписную систему, открывая для вас полный доступ ко всем нашим модулям. Подробную информацию об условиях подписки и часто задаваемых вопросах вы можете найти здесь.
Обратите внимание, что приобретение модулей по отдельности теперь недоступно — воспользоваться ими возможно исключительно в рамках подписки.
За единую стоимость подписки - 2000 руб/мес. Вы получаете доступ ко всем модулям.
Как оформить подписку у нас на сайте
Зарегистрируйтесь или авторизуйтесь на нашем сайте и выберите интересующий вас модуль
Нажмите кнопку Запросить триал доступ
Введите в поле URL сайта ваш домен в формате domain.com, без www и https://

Далее в личном кабинете в разделе загрузки вы сможете скачать нужный вам модуль и менеджер модулей для удобного управления модулями и оформления подписки.


Далее у вас есть 7 дней для тестирования выбранного модуля.
По истечении строка триала, для продолжения работы необходимо оплатить подписку.
Сделать это можно из менеджера модулей.
На выбор вы можете оплатить:
для зарубежных карт - PayPal
для РФ карт - Robokassa

Или на странице на сайте https://makeshop.pro/subscription/

При оплате нужно указать электронную почту с которой вы оформляли триал доступ.
При покупке на маркетплейсе CS-Cart
При покупке любого модуля зарубежной картой или картой РФ
Так как система при оформлении подписки не спрашивает дополнительных вопросов (на какой домен подписка оформляется) желательно вводить электронную почту ту же что и ваша учетная запись у нас на сайте (если она есть), тогда ваши учётки свяжутся между собой.
Выберите интересующий модуль и нажмите кнопку “Оформить подписку“

Далее после оплаты подписки вы сможете скачать модуль перейдя в раздел “Загрузки“, там выберите свой заказ и в нем будет ссылка на скачивание.

В дальнейшем, для получения новых модулей по подписке рекомендуем пользоваться нашим сайтом.
Всё что вам будет нужно сделать это на интересующем вас модуле (после авторизации) нажать кнопку “Запросить модуль по подписке“ и после одобрения скачать его в разделе загрузки.

Если что-то пойдет не так - проверьте выписалась ли лицензия

Найдите заказ с датой оформления подписки

Убедитесь что у вас прописался URL сайта в заказ

Если URL сайта неправильный и вам нужно обновить его: переходите в пункт меню “Мои модули”

Ищите модуль и проверьте URL магазина для которого выписана подписка

Installation
Install the module via Administration → Modules → Manage modules. Find «Roistat integration» and click «Install». Migrations will run automatically (adding the ms_roistat field to the orders table).
Configuration
Open the MS Roistat module card in add-on settings.
- Enter your counter ID — Roistat counter ID on the site.
- Project number — project number in Roistat dashboard.
- Your API Key — API key from Roistat integration settings.
- Show Roistat visit id in order — display roistat_visit value in order card in admin.
- Export fields — select which fields to send to Roistat: deal name, roistat code, order amount, cost, client ID, showcase.
Usage
After configuration the module works automatically: on order creation roistat_visit from cookie is saved, on status change from «Incomplete» the order is exported to Roistat. For initial data load use the buttons in the module card: «Export all to Roistat» (including statuses) or «Export clients and orders».
Verification
Ensure the Roistat counter is installed on the site and roistat_visit cookie is present. Place a test order and check for the deal in Roistat. In the order card in admin (when the option is enabled) the Roistat visit ID is displayed.
Мой Склад integration
When exporting orders to Мой Склад via CommerceML, the roistat field is added to order attributes automatically.
v2.1.0
from 23.02.2026
- [\*] Module template updated
- [\*] Short tags <? changed to standard <?php
v2.0.10
from 26.12.22
- [+] Module standardization
v2.0.9
from 09.10.22
- [+] Module standardization
v2.0.8
from 11.09.21
- [\*] MakeShop.pro icon replaced
v2.0.7
from 02.09.21
- [!] Fixed module dependency — it now affects a separate field, not the entire module.
v2.0.4
from 11.08.21
- [+] Added dependency on [RetailFactory] Store costs and profit module.
- [+] Added cost field from dependent module
v2.0.3
from 12.10.19
- [!] Fixed export bugs
v2.0.2
from 10.10.19
- [!] Fixed export bugs
v2.0.1
from 03.10.19
- [+] Added direct integration with RoistatAPI
- [+] Manual export of order statuses, clients and orders
- [+] Automatic export of Orders and Clients on add, update or order status change
- [+] RoistatAPI request logging to app/addons/ms_roistat/log.txt
v1.5.1
from 10.09.19
- [+] Added «showcase» field for export to Мой Склад
- [-] Removed order_status.post smart hook
- [+] Added details_sidebar.pre.tpl smart hook
Legend:
[+] Added | [-] Removed | [\*] Changed | [!] Bug fix
Ваш запрос отправлен!
Ваш запрос на доработку модуля отправлен в техническую поддержку. Мы изучим ваши пожелания и дадим обратную свзязь.
Вам придет уведомление на указанный Email.
Here you can share your opinion and evaluate our work.
Your feedback helps us become better and offer you even better service.