How to create new token (Current URL) of the product by plugin in nopcommerce 4.2?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 4 años
How to create new token for the current url of the product through the plugin in nopcommerce 4.2?
Hace 4 años
Any Update?
Hace 4 años
Some code from src\Presentation\Nop.Web\Areas\Admin\Controllers\ProductController.cs

    var seName = _urlRecordService.ValidateSeName(productTag, string.Empty, localized.Name, false);
    _urlRecordService.SaveSlug(productTag, seName, localized.LanguageId);
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.