Description
This add-on is part of our Subscription plan. Subscribe once — enjoy all add-ons without limits.
Requires an active Subscription to work.
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
Manual
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)
{
fn_set_hook('ms_commerceml_execute_catalog_import_command_pre', $import_id, $time_limit, $entity_type);
$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).

Updating
v1.0.6 (coming soon)
[*] Changed short tags to regular
v1.0.5 from 26.12.2022
[+] Standardization of the add-on
v1.0.4 from 24.11.2022
[*] Changed the name and description of the add-on
[*] Changed the default setting value
[-] Removed the instruction for adding a hook
v1.0.3 from 13.10.2022
[*] Standardization of the add-on code
[*] Changed the description of the add-on
v1.0.2 from 09.10.2022
[*] Changed language variables
v1.0.1 from 10.03.2022
[!] Removed the connection of the missing settings file
v1.0.0 from 04.03.2022
[+] First edition
Here you can share your opinion and evaluate our work.
Your feedback helps us become better and offer you even better service.