Jump to content

Sort items in news block module


Recommended Posts

edit the blocknewproducts.php in modules/blocknewproducts.

search this line

 

$newProducts = Product::getNewProducts((int)($params['cookie']->id_lang), 0, (int)(Configuration::get('NEW_PRODUCTS_NBR')));

 

and change to

 

$newProducts = Product::getNewProducts((int)($params['cookie']->id_lang), 0, (int)(Configuration::get('NEW_PRODUCTS_NBR')), null, "date_add", "DESC");

Link to comment
Share on other sites

×
×
  • Create New...