【问题标题】:Magento 2 display only 5 products in wishlistMagento 2 仅在愿望清单中显示 5 个产品
【发布时间】:2018-08-09 08:34:09
【问题描述】:

我只想在愿望清单中显示 5 个产品,但我找不到在哪里更改代码以实现此目的。

我尝试了很多选项,但我找不到该块的有效路径。

如何在 Magento 2 中找到愿望清单路径?

【问题讨论】:

  • 请添加一些您尝试过的代码以及有关您想要实现的目标的更多详细信息。你想在哪里显示这个名单?
  • 啊,试试用开发者工具显示块路径找到它

标签: php css ubuntu magento magento2


【解决方案1】:

您可以在您的主题中覆盖vendor/magento/module_wishlist/view/frontend/templates/item/list.phtml。通过创建以下文件:app/design/frontend/[vendor]/[theme]/Magento_Wishlist/templates/item/list.phtml

在你的 foreach 结束时,你可以通过添加来打破它:

if($iterator==5) break;

【讨论】:

猜你喜欢
  • 1970-01-01
  • 1970-01-01
  • 2022-11-11
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2016-09-16
  • 1970-01-01
相关资源
最近更新 更多