EC-CUBE / EC-CUBE/ProductRank-plugin
フロントで並び替えが動かなくなっている
Open
bug
- Dominant language
- PHP
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
実装当初に本体のソースに依存する処理をおこなっていたが
商品のORDER BYを決定する下記の処理が、現在本体のコードから削除されたため。
https://github.com/EC-CUBE/ec-cube/pull/1213
対象コミット:69fba40
https://github.com/nanasess/ec-cube/commit/69fba406032bdee5a5565f30899a8f48426b2f49
src/Eccube/Repository/ProductRepository.php
下記のORDER BYが商品の並べ替えに使用していましたが、現在削除されています。
- ->addOrderBy('pct.rank', 'DESC')
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.