ATTENTION : This module is distributed by subscription. By subscribing you get access to all make shop modules.
Please note: modules will only work with an active subscription!
Sometimes the exchange via CommerceML protocol can take quite a long time. The system on the other side (1C or MoiSklad) may think that the server does not respond and it will interrupt the exchange.
The add-on adds a setting for CommerceML exchange that sets the time after which the process message is sent. This message shows that the exchange is still going on and that there is no error.
- Store Builder
- Store Builder Ultimate
- Multi-Vendor
- Multi-Vendor Plus
- Multi-Vendor Ultimate
- Owners
- Vendors
- English
- Русский
- 4.18.X
- 4.17.X
- 4.16.X
- 4.15.X
- 4.14.X
- 4.13.X
- 4.12.X
After installation, we specify the hook:**
fn_set_hook('ms_commerceml_execute_catalog_import_command_pre', $import_id, $time_limit, $entity_type); in the file app/addons/commerceml/src/Commands/ExecuteCatalogImportCommand.php on line 39:
...
public static function create($import_id, $time_limit, $entity_type)
{
<b>fn_set_hook('ms_commerceml_execute_catalog_import_command_pre', $import_id, $time_limit, $entity_type);</b>
$self = new self();
$self->import_id = (int) $import_id;
$self->time_limit = (int) $time_limit;
$self->entity_type = $entity_type;
return $self;
}
...
And also we specify in the settings the time after which the message will be sent (by default 10 seconds).
v1.0.6 (скоро)
[*] Изменены короткие теги на обычные
v1.0.5 от 26.12.2022
[+] Cтандартизация модуля
v1.0.4 от 24.11.2022
[*] Изменено название и описание модуля
[*] Изменено значение настройки по умолчанию
[-] Удалена инструкция по добавлению хука
v1.0.3 от 13.10.2022
[*] Cтандартизация кода модуля
[*] Изменено описание модуля
v1.0.2 от 09.10.2022
[*] Изменены языковые переменные
v1.0.1 от 10.03.2022
[!] Удалено подключение отсутствующего файла settings
v1.0.0 от 04.03.2022
[+] Первое издание
Ваш запрос отправлен!
Ваш запрос на доработку модуля отправлен в техническую поддержку. Мы изучим ваши пожелания и дадим обратную свзязь.
Вам придет уведомление на указанный Email.
Here you can share your opinion and evaluate our work.
Your feedback helps us become better and offer you even better service.