Manufacturer Images

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
Hi,

I have finished import of products, categories and brand for my eshop.
Only thing now pending is to add images in manufacturers. I have thousands of them and to go one by one is gonna take me some serious time.

Do you know which tables are related with Manufacturers in the database so I can go there and manually Insert them. My media storage is file system not database. I saw that it saves the image in the wwwroot/images folder with the Id it gives it in dbo.Picture table. e.g if Id of manufacturer picture is 500 it gives the image the filename 0000500_0.jpeg
What else do I need to Insert/Update to make this work?

Thanks in advance
5 years ago
Hello,

What nopcommerce do,

Picture are stor in picture table whether it is category,manufacture or product.

That picture is store in manufacturetable.

So it would be very complex to manually with it.

So, I suggest you to use import feature of default nopcommerce


See here http://admin-demo.nopcommerce.com/Admin/Manufacturer/List.

Export one file open it and you can see picture column.

Now just give path of your current location of your picture.

After same file you should import.

That's set for this.

Hope you guys understand..!!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.