How can I display the last added 20 products on home page?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
1 year ago
nopcommerce 4.50

i want to display last added products on home page

how can i do it without using the features like "show on homepage" and "new product"?

just show last 20 products on homepage by default

also, is it somehow possible to show a registered user's posts on page mysite.com/profile/1111 ??? \Views\Profile\Index.cshtml

thanks in advance
1 year ago
You can do it by creating a new plugin which will show all 20 products on your required widget zone.
That plugin will take last added 20 products based on creation date. That's it.
For better performance, ensure proper caching and reset cache on product entity add event.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.