chup Posted April 5, 2011 Share Posted April 5, 2011 Currently on the module > Featured Products on the homepage, the product are list in such a way that oldest product will be list 1st, is there anyway we can make modification so that the newest (latest) product is list first instead? Link to comment Share on other sites More sharing options...
chup Posted April 5, 2011 Author Share Posted April 5, 2011 anyone on this issue? Link to comment Share on other sites More sharing options...
shokinro Posted April 6, 2011 Share Posted April 6, 2011 change file of module home featured as followingFile Location:YourSiteRoot/modules/homefeatured/homefeatured.phpChange lineFrom $products = $category->getProducts(intval($params['cookie']->id_lang), 1, ($nb ? $nb : 10)); TO $products = $category->getProducts(intval($params['cookie']->id_lang), 1, ($nb ? $nb : 10),'date_add','DESC'); Link to comment Share on other sites More sharing options...
chup Posted April 6, 2011 Author Share Posted April 6, 2011 works, thanks Link to comment Share on other sites More sharing options...
Recommended Posts