Close

image in recently viewed product block

luborman
10 years ago
#3386 Quote
Avatar
  • 4
There is a problem with visibility little image in recently viewed product block.
Image - like in default 3.1 theme.
Boyko
10 years ago
#3395 Quote
Avatar
  • Moderator
  • 1570
luborman wrote:
There is a problem with visibility little image in recently viewed product block.
Image - like in default 3.1 theme.


Hi luborman,

This is by design. But you can show product pictures if you want by modifying this file Themes\Electronics\Views\Shared\_ColumnsThree.cshtml and change the line of code below:

@Html.Action("RecentlyViewedProductsBlock", "Catalog")    

to be:

@Html.Action("RecentlyViewedProductsBlock", "Catalog", new { productThumbPictureSize = 32 })  
  

You might also need to add proper styling if needed.

Hope this helps!

Best Regards,
Nop-Templates.com Support Team
Regards,
Nop-Templates.com Team