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