Try your search with a different keyword or use * as a wildcard.
@model Nop.Plugin.Shipping.FixedByWeightByTotal.Models.ConfigurationModel
@using Nop.Web.Framework.Models.AdminAreaTour
@{
Layout = "_ConfigurePlugin";
//tour step
ViewBag.TourStep = TourStep.ShippingManual;
}
@await Html.PartialAsync("_AdminTour")
@await Html.PartialAsync("~/Plugins/Shipping.FixedByWeightByTotal/Views/_FixedRate.cshtml")
@await Html.PartialAsync("~/Plugins/Shipping.FixedByWeightByTotal/Views/_ByWeightByTotal.cshtml", Model)