AlexGC_ Posted August 21, 2019 Share Posted August 21, 2019 Hello I would like to set randomly the products ... I tried to change the category.php but nothing works Could you help me ? Thank you Link to comment Share on other sites More sharing options...
Rolige Posted August 21, 2019 Share Posted August 21, 2019 Hello: On Category class in the function public function getProducts( $idLang, $p, $n, $orderyBy = null, $orderWay = null, $getTotal = false, $active = true, $random = false, $randomNumberProducts = 1, $checkAccess = true, Context $context = null ) { There is a param to order results randomly. You need to find where this function is called and change this param value to true. Regards Link to comment Share on other sites More sharing options...
AlexGC_ Posted August 21, 2019 Author Share Posted August 21, 2019 thanks for the answer i change the param to true ... but doesn't work 😥 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