Commit bd3d4cdc18b6747dfe3be79d771332081d6047bb

Authored by Yarik
1 parent 50daccee

Sort asc

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
frontend/models/ProductFrontendSearch.php
... ... @@ -86,6 +86,7 @@
86 86 ],
87 87 ],
88 88 'defaultOrder' => [
  89 + 'brand.sort' => SORT_ASC,
89 90 'price' => SORT_ASC,
90 91 ],
91 92 ],
... ...