Over 200 add-ons available under a single subscription for $40 per month!

Module Manager

A tool for managing, installing and updating modules in the system.
Please enter a valid addres(es) of the shop where you are going to use the add-on.
By subscription
Latest module version Updated:
Have questions about the module? Write to us: HelpDesk
MS: Module Manager — description

The ms_manager_addons module is a tool for managing, installing, and updating modules in the CS-Cart system. It provides a centralized interface for working with MakeShop.pro modules, including subscription management, module installation, updates, and license verification.

Main features

Module catalog with filtering, module installation from the catalog directly from the admin panel, automatic updates of installed modules to current versions, subscription information viewing and management, automatic module license verification, operation logging, module filtering by various criteria.

How the module works

During installation, the module runs migrations to create subscription tables and module-filter relationships. The Manager class manages subscriptions, retrieves the module list from the catalog, downloads and installs packages. The ms_addons controller handles installation, subscription list updates, and catalog viewing. The module registers a logging type and uses hooks for license verification on page load.

Location

The MS: Modules section (ms_addons.manage) in the admin panel — module catalog with filters, subscription information, and available modules.

Settings

In CS-Cart settings (Settings → Logging), the «ms_manager_addons» logging type is available for tracking module operations.

Product:
  • Store Builder
  • Store Builder Ultimate
  • Multi-Vendor
  • Multi-Vendor Plus
  • Multi-Vendor Ultimate
Recipient:
  • Owners
Development
:
  • Backend
Localization:
  • English
  • Русский
Compatible versions:
  • 4.18.X
  • 4.17.X

Оформление подписки

Мы переходим на новую подписную систему, открывая для вас полный доступ ко всем нашим модулям. Подробную информацию об условиях подписки и часто задаваемых вопросах вы можете найти здесь.

Обратите внимание, что приобретение модулей по отдельности теперь недоступно — воспользоваться ими возможно исключительно в рамках подписки.

За единую стоимость подписки - 2000 руб/мес. Вы получаете доступ ко всем модулям.

Как оформить подписку у нас на сайте

Зарегистрируйтесь или авторизуйтесь на нашем сайте и выберите интересующий вас модуль

Нажмите кнопку Запросить триал доступ

Введите в поле URL сайта ваш домен в формате domain.com, без www и https://

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

Далее у вас есть 7 дней для тестирования выбранного модуля.

По истечении строка триала, для продолжения работы необходимо оплатить подписку.

Сделать это можно из менеджера модулей.

На выбор вы можете оплатить:

для зарубежных карт - PayPal

для РФ карт - Robokassa

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

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

При покупке на маркетплейсе CS-Cart

При покупке любого модуля зарубежной картой или картой РФ

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

Выберите интересующий модуль и нажмите кнопку “Оформить подписку“

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

В дальнейшем, для получения новых модулей по подписке рекомендуем пользоваться нашим сайтом.

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

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

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

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

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

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

MS: Module Manager — instruction

Installation

1. Ensure the module is activated in Administration → Modules → Module management

2. The module is automatically installed in Multivendor and Ultimate editions of CS-Cart

3. During installation, the module runs migrations to create subscription tables and registers the logging type

Usage for administrator

Viewing module catalog

Go to the MS: Modules section in the admin panel. Browse available modules from the MakeShop.pro catalog. Use filters to find modules by categories, functions, etc.

Installing a module

Find the desired module in the catalog, click the Install button on the module card. The module will be downloaded from the server and installed automatically. After installation, the module will appear in the list of installed modules.

Updating modules

The modules section displays information about available updates. For modules with available updates, the Update module button is shown. Click the button to download and install the new version. Important: updates are only available with an active subscription.

Subscription management

View subscription information in the modules section. The subscription expiry date and remaining days are displayed. Use the links to pay for the subscription (PayPal USD or Robokassa RUB). Without a subscription, modules are automatically disabled.

Force update of subscription list

Click the Update module list button to force an update. This will refresh information about available modules and subscriptions from the server.

Viewing logs

Go to Administration → Settings → Logging. Select the ms_manager_addons logging type. View logs of installation, update, and subscription operations.

Verification

Ensure the module catalog loads correctly and filters work. Perform a test module installation and verify the module is installed and activated. Ensure modules with active subscriptions work correctly, and modules without subscriptions are automatically disabled.

Troubleshooting

Catalog not loading: check internet connection and subscription server availability.

Module not installing: check write permissions in the modules directory and module logs.

Licenses not checking: check subscription server connection settings and module logs.

MS: Modules — changelog

v1.3.0

20.02.2026

  • [\*] Adjusted migrations for compatibility with older CS-Cart versions
  • [\*] Fixed str_replace function notice
  • [\*] Updated module template files
  • [!] Fixed mismatch between subscription expiry date and remaining days (days_left recalculated from time_end on store side)

v1.2.0

03.12.2025

  • [+] Module installation capability
  • [+] Filters block
  • [+] Detailed view

v1.1.1

29.09.2025

  • [+] Minor interface adjustments
  • [!] Data received when CS-Cart version specified
  • [!] Incorrect module order status display — fixed
  • [\*] Module standardization

v1.1.0

04.06.2025

  • [+] Layout improvements
  • [+] Subscription block added

v1.0.0

26.05.2025

  • [+] First release

[+] Added | [-] Removed | [\*] Changed | [!] Bug fixed

Request revision
Reviews

Here you can share your opinion and evaluate our work.

Your feedback helps us become better and offer you even better service.