@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)