Webiant Logo Webiant Logo
  1. No results found.

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

_OrderIncompleteReport.cshtml

@inject Nop.Services.Common.IGenericAttributeService genericAttributeService
@inject IWorkContext workContext
@{
    const string cardId = "order-incomplete-report-card";
    const string hideCardAttributeName = "Reports.HideOrderIncompleteReportCard";
    var hideCard = await genericAttributeService.GetAttributeAsync(await workContext.GetCurrentCustomerAsync(), hideCardAttributeName);
}

@T("Admin.Dashboard.IncompleteOrders")