Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#7 【商品一覧】規格によって値段が異なるとき、「価格が低い順」とかどういうソートになっているかわからない #3370

Merged
merged 2 commits into from
Jul 20, 2018

Conversation

KenTanaka
Copy link
Contributor

概要(Overview・Refs Issue)

  • 価格の昇順、降順ソートそのもののSQLは正しく実装されているが、非表示(Visible=0)の規格レコードが対象に入っている為、商品一覧の見た目とソート結果が一致していない。

方針(Policy)

  • 規格レコードは Visible = 1 のみ対象とするようDQLを修正。

テスト(Test)

  • 規格あり、なし、規格内に最安値含む場合、規格内に最高値含む場合、規格内に最高値・最安値を含まない場合のパターンでデータを作成し目視で結果を確認

@ryo-endo ryo-endo added this to the 3.n.0 milestone Jul 20, 2018
@ryo-endo ryo-endo merged commit 8cbf724 into EC-CUBE:experimental/sf Jul 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants