更改类别视图中产品的默认顺序

Changing the default order of products on category view

我想将默认类别排序从默认情况更改为 NEWSEST FIRST。后台好像没法设置,请问怎么实现?

嗯,我认为有两种方法。

  1. 使用插件在模块中创建您自己的排序选项。像这样:https://magento.stackexchange.com/questions/96095/magento-2-how-to-add-custom-sort-by-option。看看 Luca S 的回答。我觉得这个人大概知道怎么做了。
  2. 使用位置选项但修改: http://magento2x.com/magento-sort-newest-products-solution/

我不喜欢它们都覆盖内容的方式,但希望这能为您提供一个起点。祝你好运。