Webiant Logo Webiant Logo
  1. No results found.

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

TierPriceEditPopup.cshtml

@model TierPriceModel

@{
    Layout = "_AdminPopupLayout";

    //page title
    ViewBag.PageTitle = T("Admin.Catalog.Products.TierPrices.Edit").Text;
}

    

@T("Admin.Catalog.Products.TierPrices.Edit")

@await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.ProductTierPriceDetailsButtons, additionalData = Model })
@await Html.PartialAsync("_CreateOrUpdateTierPrice", Model)