Webiant Logo Webiant Logo
  1. No results found.

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

_BestsellersBriefReportByQuantity.cshtml

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

@T("Admin.Reports.Sales.BestSellers.ByQuantity")