Commit 98a320ef3cae47b1a4d879c1560c20e5fc436b21
1 parent
40e4c085
бегунок цены (минимум) убрал с 0 и поставил на отметке минимальной стоимости товара
Showing
12 changed files
with
2 additions
and
2 deletions
Show diff stats
models/ProductFrontendSearch.php
| @@ -228,8 +228,8 @@ | @@ -228,8 +228,8 @@ | ||
| 228 | $result = $catalog->column('id'); | 228 | $result = $catalog->column('id'); |
| 229 | $query->andWhere(['product.id'=>$result]); | 229 | $query->andWhere(['product.id'=>$result]); |
| 230 | } | 230 | } |
| 231 | - | ||
| 232 | - | 231 | + |
| 232 | + // var_dump($query->createCommand()->rawSql); | ||
| 233 | return $query->one(); | 233 | return $query->one(); |
| 234 | } | 234 | } |
| 235 | } | 235 | } |
| 236 | \ No newline at end of file | 236 | \ No newline at end of file |