Prestashop | Show Random Products In Home Featured
open /modules/homefeatured/homefeatured.php file find this : $products = $category->getProducts((int)($params->id_lang), 1, ($nb ? $nb : 10)); directly after that code, add this : if ($products) { shuffle($products); array_splice($products, ($nb ? $nb…