Cateye Posted July 23, 2014 Share Posted July 23, 2014 Bonjour la communauté! J'aimerai faire apparaitre mes produits en rupture de stock en fin de liste pour sur les pages des fabricants, nouveau produits, promotions. Si quelqu'un a une idée, je lui en serai très reconnaissant! Pour les pages catégories, j'ai déjà trouvé le code à modifier dans la classe Category.php. Je le remets ici (valable pour v1.4): if ($random === true) { $sql .= ' ORDER BY (p.quantity > 0) DESC, RAND()'; $sql .= ' LIMIT 0, '.(int)($randomNumberProducts); } else { $sql .= ' ORDER BY (p.quantity >0) DESC, '.(isset($orderByPrefix) ? $orderByPrefix.'.' : '').'`'.pSQL($orderBy).'` '.pSQL($orderWay).' LIMIT '.(((int)($p) - 1) * (int)($n)).','.(int)($n); } Link to comment Share on other sites More sharing options...
Cateye Posted July 31, 2014 Author Share Posted July 31, 2014 Bonjour tout le monde! Mes compétences limitées ne me permettant d'obtenir le résultat escompté, votre aide serait largement apprécié... 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