[email protected] wrote:I am really lossed on this, is it possible to show a step by step?
Hi,
What we have explained above simply illustrates that what you want is possible and assumes that you already have the new products for a given category available in the recently added products view.
Please note that we are not aware of such functionality in nopCommerce to get you the new products for a given category.
In the
RecentlyAddedProducts.cshtml the model is
IList<ProductOverviewModel> which contains all the recently added products (new products) from all categories.
So first you need to find a way to get the new products for Category1, Category2 etc. in the view and then use them in the Carousels as described above.
So the most difficult part is to get the new products by a category. To achieve this you need to write some custom code.
Hope this makes things clearer!
Best Regards,
Nop-Templates Support Team