Single Image For Multiple Products

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

Is there any way that I can use the single/same image for multiple products in nopCommerce?

Thanks,
Nikhil
7 years ago
nikhil.mokariya wrote:
Hi,

Is there any way that I can use the single/same image for multiple products in nopCommerce?

Thanks,
Nikhil


Hello, No.
7 years ago
u can, if have access to your database tables
find the productId and the pictureId and add it to product_pictuer_mapping table.
never tested it, but it should work


by the way i think there should be a picture manager for nopcommerce
7 years ago
Hi

If we are assigning the same PictureID to ProductID in Product_Picture_Mapping table, in that case we also need to change the default services of saving the picture because in nopCommerce when you are trying to upload the picture it will create new entry into the Picture table.

Thanks,
Nikhil
6 years ago
It's weird that this hasn't been adjusted already. In our shop this is a issue because it would save us a lot of load time. We have one category which displays nine products with the exact same picture.

Glad I can adjust this manually.

(Is there a work item for this?)
6 years ago
ChrisKaun wrote:
It's weird that this hasn't been adjusted already. In our shop this is a issue because it would save us a lot of load time. We have one category which displays nine products with the exact same picture.

Glad I can adjust this manually.

(Is there a work item for this?)

Good point! I don't think there is such a work item, but you can make a suggestion
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.