order status error fix

This commit is contained in:
merdan 2022-12-09 16:58:43 +05:00
parent 4a4fbb1c37
commit 0d5cee750c
1 changed files with 1 additions and 1 deletions

View File

@ -486,7 +486,7 @@ class ProductRepository extends WProductRepository
$results = app(ProductFlatRepository::class)->getModel()::search(implode(' OR ', $queries))
->where('status', 1)
->where('visible_individually', 1)
->orderBy('name')
// ->orderBy('name')
// ->where('channel', $channel)
// ->where('locale', $locale)