order status error fix
This commit is contained in:
parent
4a4fbb1c37
commit
0d5cee750c
|
|
@ -486,7 +486,7 @@ class ProductRepository extends WProductRepository
|
||||||
$results = app(ProductFlatRepository::class)->getModel()::search(implode(' OR ', $queries))
|
$results = app(ProductFlatRepository::class)->getModel()::search(implode(' OR ', $queries))
|
||||||
->where('status', 1)
|
->where('status', 1)
|
||||||
->where('visible_individually', 1)
|
->where('visible_individually', 1)
|
||||||
->orderBy('name')
|
// ->orderBy('name')
|
||||||
// ->where('channel', $channel)
|
// ->where('channel', $channel)
|
||||||
// ->where('locale', $locale)
|
// ->where('locale', $locale)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue