New products added not first in first out(FIFO)

Thursday, April 25, 2024 6:04:08 PM
  • Posted: Monday, April 12, 2021 10:05 AM
  • 34
When adding new products and mark as new, it is not appearing in the sequent of FIFO.

The default new product viewable list is 6.
When the 7th new product is added, it doesn't appear on the New Product page.
Is there a way to list the new product based on 'Mark as new. Start date' ?
0
  • Posted: Monday, April 12, 2021 12:43 PM
  • 33
New product sorting is by date (create). There is no other soring available.
Thank you for the suggestion, here is a work item for display order.
Best regards,
Tomasz

GrandNode Team
0
  • Posted: Monday, April 12, 2021 10:20 PM
  • 34
Is there a quick fix to make the current sort by create date as descending, i.e. latest create date appears first?
0
  • Posted: Tuesday, April 13, 2021 8:45 AM
  • 33
Currently, the only able to modify this is by modifying the sources of the project.
Best regards,
Tomasz

GrandNode Team
0
  • Posted: Wednesday, April 14, 2021 12:32 AM
  • 34
It's disturbing not being able to see the 'latest' posts in new products.
Which file and where should I code to sort 'create date' in descending order?
0
  • Posted: Wednesday, April 21, 2021 8:16 AM
  • 34
For the benefit of any other who share the same encounter,
Edit GetSearchProductsQueryHandler.cs from the source of GrandNode download.
Search for "sort = sort == null ? builderSort.Ascending(x => x.CreatedOnUtc) : sort.Ascending(x => x.CreatedOnUtc)"
and change Ascending to Descending.
0
back to top
Filters