There isn't a built-in view that displays products based on the date the product was added to the store.  This is possible to do though.   
  
 [list=1] 
 [*] If you're not already doing so, create your custom viewset. 
 [*] Add a new view in the Category viewset folder and name it something like, "NewestFirst.cshtml" 
 [*] Use LINQ to change the sort at this line of code:  foreach (var item in Model.Products) 
 [*] Save the view 
 [*] Apply the view at the module or category-level 
 [/list]
										Will Strohl, Upendo Ventures 
Hotcakes Cloud | 
Get Support | 
Code Support Official Cloud & Support provider for Hotcakes