gpt4 book ai didi

asp.net-mvc-4 - NopCommerce : Display best seller products on category home page

转载 作者:行者123 更新时间:2023-12-05 00:26:34 26 4
gpt4 key购买 nike

我正在使用 NopCommerce。我想在类别主页上显示前 3 名畅销产品。

我有一个想法,在 View 侧 CategoryTemplate.ProductsInGridOrLines.cshtml和 Controller 端 CatalogController.cs > HomepageBestSellers方法被使用。

我已将类别 ID 作为参数传递给 HomepageBestSellers 方法。此类别 ID 作为参数传递给 BestSellersReport 方法。

我的问题是如何使用类别 ID 在类别主页上显示畅销产品?

最佳答案

  • 您应该为畅销书创建一个新的操作方法,您将在其中传递类别 ID。
  • 在此方法中,您应该使用 BestSellersReport 方法,如下所示:

    _orderReportService.BestSellersReport(storeId: _storeContext.CurrentStore.Id, categoryId: categoryId)
  • 这个新方法与 CatalogController 中的 HomepageBestSellers 非常相似。看看它是如何完成的。
  • 并且您应该创建一个 View ,例如 Views\Catalog\HomepageBestSellers.cshtml 并将其显示在您需要的地方。
  • 关于asp.net-mvc-4 - NopCommerce : Display best seller products on category home page,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22005496/

    26 4 0
    Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
    广告合作:1813099741@qq.com 6ren.com