Issue #2942
This commit is contained in:
parent
65f894689b
commit
fee6645138
|
|
@ -289,7 +289,7 @@ class ProductRepository extends Repository
|
|||
->where('product_flat.featured', 1)
|
||||
->where('product_flat.channel', $channel)
|
||||
->where('product_flat.locale', $locale)
|
||||
->orderBy('product_id', 'desc');
|
||||
->inRandomOrder();
|
||||
})->paginate(4);
|
||||
|
||||
return $results;
|
||||
|
|
|
|||
Loading…
Reference in New Issue