davers44 Posted October 11, 2012 Share Posted October 11, 2012 (edited) Hello, I realized that new products page is sorting produtcts in reverse order, displaying on top of the page the oldest of the new products and just added products are placed at the last page of pagination. Anyone noticed that? ( I am running 1.4.4) How can I reverse this odd sorting order, placing most new products first like it usually should be? New product block shows correctly last new porducts first while new-products.php order opposite. I tried looking at new-product.tpl but I guess newproductcontroller.php is sorting them at this line, it do not seems so difficult but I am not able to reverse the order. 'products' => Product::getNewProducts((int)(self::$cookie->id_lang), (int)($this->p) - 1, (int)($this->n), false, $this->orderBy, $this->orderWay) Edited November 12, 2012 by davers44 (see edit history) Link to comment Share on other sites More sharing options...
davers44 Posted October 30, 2012 Author Share Posted October 30, 2012 Anyone can help, it's not vey useful showing new products if old one are shown first... Link to comment Share on other sites More sharing options...
davers44 Posted November 12, 2012 Author Share Posted November 12, 2012 I finally found the simple solution in this thread http://www.prestashop.com/forums/topic/182162-1482-new-product-sort-order/ Strange to see nobody was interested in this fix and everybody still prefer showing older products first in the new products page. Link to comment Share on other sites More sharing options...
Gnom1k Posted August 31, 2013 Share Posted August 31, 2013 (edited) *DELETED* Edited September 1, 2013 by Gnom1k (see edit history) 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