diff --git a/packages/Sarga/Shop/src/Repositories/ProductRepository.php b/packages/Sarga/Shop/src/Repositories/ProductRepository.php index c2e9013bb..9916b10f5 100644 --- a/packages/Sarga/Shop/src/Repositories/ProductRepository.php +++ b/packages/Sarga/Shop/src/Repositories/ProductRepository.php @@ -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)