Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

Configure.cshtml

@model ConfigurationModel
@{
    Layout = "_ConfigurePlugin";
}
@using Nop.Plugin.Payments.CheckMoneyOrder.Models

@await Component.InvokeAsync(typeof(StoreScopeConfigurationViewComponent))
@(await Html.LocalizedEditorAsync("plugin-settings-localized", @
, @
, //localizable settings per store (overridden store settings) are not supported yet true ))