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.
4 năm cách đây
How to create new token for the current url of the product through the plugin in nopcommerce 4.2?
4 năm cách đây
Any Update?
4 năm cách đây
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.