Adding Product Picture to Admin - Edit category details - Products

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
6 years ago
Can someone tell me the best way to show the product picture on the products tab in Edit category details.

I am trying to set the displayorder and the pictures showing would be a big help.

I have attached a screenshot of what I am looking for

6 years ago
There isn't a setting to turn that on so you'll have to edit the code.

First you'll need to amend the Nop.Admin.Controllers.CategoryController.ProductList() so that it returns an image url.

Second you'll have to amend Nop.Admin.Views.Category._CreateOrUpdate.cshtml and add the additional column and code to show the image.
6 years ago
I am still learning how to code in MVC. Can you help me what to change or add?
6 years ago
Just checking to see if someone can help me with the code to make this happen. Thank you so much. I am still learning how to code for NopCommerce and the help would be great.
6 years ago
With a little bit more research I found this.

https://www.nopcommerce.com/boards/t/31928/nopcommerce-product-image-url.aspx

Thanks for the topic and help
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.