twitter
    Find out what I'm doing, Follow Me :)

Random products in prestashop 1.4

In productcategory.php change:


$categoryProducts = $category->getProducts((int)($cookie->id_lang), 1, 100);

to be


$categoryProducts = $category->getProducts(intval($params['cookie']->id_lang), 1, 100);
if ($categoryProducts) {
shuffle
($categoryProducts);
array_splice
($categoryProducts, ($nb ? $nb : 10));
}

1 comments:

pvahora said...

I like the article on the topic due to this reason it is seen that other readers are showing their interest by commenting on it
Prestashop Designer

Post a Comment