JonNopper1 wrote:Products image size (pixels):
Can you show featured products in the mega menu?
Hi JonNopper1,
Yes! You can. You will need to configure the
CategoryMenuTemplate views.
The
item.CategoryModel property contains
IList<ProductOverviewModel> FeaturedProducts. Also the
item contains
IEnumerable<ProductOverviewModel> BestSellerProducts. You can use them in the views and create the look and feel that you like.
Ivan Stoyanov