Display Manufacturer image on ManufacturerTemplate

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 năm cách đây
Hey guys,

How come the @Model.PictureModel.ImageUrl along with FullsizeImage is completely Empty at the ManufacturerTemplate.ProductsInGridOrLines.cshtml ?

Only place the picture is displayed is the All Manufacturer navigation.

I've been trying looking in the files containing info on the PictureModel but I can't seem to figure out where I can add some lines to enable it.

All I want is to display the uploaded picture on Manufacturers on its page, it should be standard?

<img src="@Model.PictureModel.ImageUrl" alt="@Model.PictureModel.AlternateText" id="sideCenterMenuArtistImg" />

Any help is appreciated.

Thanks
11 năm cách đây
The same problem :-(
11 năm cách đây
Not out of the box.

You can make custom code changes:
https://www.nopcommerce.com/boards/t/17750/option-to-show-category-picture-on-the-category-page.aspx

Alternately, you can use the html editor in the Edit Manufacturer Details, and add an <img> tag.  (Tedious if you have many, but easy if you only have a few :)
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.