我想在magento 1的特定cms页面中仅显示折扣价产品我已经关注此链接[http://www.techytalk.info/adding-layered-navigation-custom-controller-action-magento/comment-page-1/]并且我在Magento 2中尝试了同样的事情但它无法正常工作我只能显示折扣产品在prepareProductCollection($collection)
中使用此方法\Magento\Catalog\Model\Layer\Category
,但工具栏部分显示错误计数,左侧过滤器也无法显示正确的计数。
由于