Ваша корзина пуста
Самое время добавить в неё что-нибудь
После установки указываем хук fn_set_hook('ms_commerceml_execute_catalog_import_command_pre', $import_id, $time_limit, $entity_type); в файле app/addons/commerceml/src/Commands/ExecuteCatalogImportCommand.php на строке 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;
}
...
А так же в настройках указываем время, через которое будет отправляться сообщение(по умолчанию 10 секунд).