leelee23 Posted September 18, 2011 Share Posted September 18, 2011 Hi all, I was about to ask the question as to how to make the products 'In the same category' box randomised. Managed to find a solution which may help someone in the future: 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)); } Hope this helps Cheers, Lee 2 Link to comment Share on other sites More sharing options...
Rhobur Posted November 30, 2011 Share Posted November 30, 2011 Hi, I cannot find any productcategory.php, maybe it's about another file ? Using 1.4.6.1. Regards, Link to comment Share on other sites More sharing options...
xtianlukito Posted January 2, 2012 Share Posted January 2, 2012 @leelee23: Thank you. I use PS1.4.6.2 and it works. @Rhobur: Go to /themes/yourthemes/modules/productscategory Link to comment Share on other sites More sharing options...
nikmagnus Posted March 7, 2012 Share Posted March 7, 2012 Thanks so much, this worked for me without any fuss! Link to comment Share on other sites More sharing options...
saurabhdrish Posted April 16, 2012 Share Posted April 16, 2012 thanks you soo much this also work for me Link to comment Share on other sites More sharing options...
xejay Posted September 5, 2012 Share Posted September 5, 2012 Thanks Link to comment Share on other sites More sharing options...
dimam Posted September 17, 2012 Share Posted September 17, 2012 Hi, thank you, this really works perfectly ! Link to comment Share on other sites More sharing options...
leiro Posted January 15, 2013 Share Posted January 15, 2013 please i need Random Products in 1.5.2 thanks Link to comment Share on other sites More sharing options...
SuperfectJewelry Posted June 11, 2013 Share Posted June 11, 2013 Thank you so much, this also works for me perfectly! Link to comment Share on other sites More sharing options...
ElangLiar Posted June 29, 2013 Share Posted June 29, 2013 i can't find it, in prestashop 1.4.10.., help me please Link to comment Share on other sites More sharing options...
p.guerin Posted June 14, 2015 Share Posted June 14, 2015 for presta 1.6 I think it is not the same thing... anyone has tried? do not work for me... Regards Pierre Link to comment Share on other sites More sharing options...
Darkaim13 Posted November 21, 2015 Share Posted November 21, 2015 Has anyone found a solution for this for the latest versions of prestashop? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now