Webiant Logo Webiant Logo
  1. No results found.

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

PartiallyRefundOrderPopup.cshtml

@model OrderModel

@{
    Layout = "_AdminPopupLayout";

    //page title
    ViewBag.PageTitle = T("Admin.Orders.Fields.PartialRefund").Text;
}

@if (ViewBag.RefreshPage == true)
{
    
}


@T("Admin.Orders.Fields.PartialRefund")

  @await Component.InvokeAsync(typeof(AdminWidgetViewComponent), new { widgetZone = AdminWidgetZones.OrderPartiallyRefundButtons, additionalData = Model })
@string.Format(T("Admin.Orders.Fields.PartialRefund.OrderInfo").Text, Model.Id)
@string.Format(T("Admin.Orders.Fields.PartialRefund.AmountToRefund.Max").Text, Model.MaxAmountToRefund.ToString("G29"), Model.PrimaryStoreCurrencyCode)