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' ?
New products added not first in first out(FIFO)
Monday, November 25, 2024 9:49:24 PM
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.
Thank you for the suggestion, here is a work item for display order.
Best regards,
Tomasz
GrandNode Team
Tomasz
GrandNode Team
0
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.
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