Excel import suggest url

Hi

Is it possible to have to have the Excel product import suggest a url based on the name, similar to when saving a variant without a url in the backoffice?

Litium version: 8.6.1

My guess is that you should create validator that updates the url

public class BaseProductValidator : ValidationRuleBase<BaseProduct>{

public override ValidationResult Validate(Variant entity, ValidationMode validationMode)
        {
// update the entity url
}
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.