diff --git a/packages/TPS/Shop/src/Repositories/ProductRepository.php b/packages/TPS/Shop/src/Repositories/ProductRepository.php index 235338649..fd45ee0a1 100644 --- a/packages/TPS/Shop/src/Repositories/ProductRepository.php +++ b/packages/TPS/Shop/src/Repositories/ProductRepository.php @@ -528,7 +528,7 @@ class ProductRepository extends PRepository $qb = app(ProductFlatRepository::class)->getModel()::search(implode(' OR ', $queries)) // ->where('status', 1) - ->where('visible_individually', 1) +// ->where('visible_individually', 1) ->where('channel', $channel) ->where('locale', $locale) ->orderBy('product_id', 'desc');