How to import/export product image path in excel?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
My custom want to batch upload product images to the server, then use a xls file with all the product info including image path to import products.
I try to export the products in xls, but there's no image path.
How do I modify the code myself?
I checked Nop_ProductPicture and Nop_Picture in DB, but I didn't find the image path?
12 years ago
twilightgod wrote:
My custom want to batch upload product images to the server, then use a xls file with all the product info including image path to import products.
I try to export the products in xls, but there's no image path.
How do I modify the code myself?
I checked Nop_ProductPicture and Nop_Picture in DB, but I didn't find the image path?

What you want does not come out of the box but there are extensions which do that. Check
https://www.nopcommerce.com/boards/t/6469/nopeasy-picture-uploader-v10.aspx
https://www.nopcommerce.com/boards/t/6353/nopadmin-fast-easy-and-convenient-nopcommerce-administration.aspx
12 years ago
eadameg wrote:
My custom want to batch upload product images to the server, then use a xls file with all the product info including image path to import products.
I try to export the products in xls, but there's no image path.
How do I modify the code myself?
I checked Nop_ProductPicture and Nop_Picture in DB, but I didn't find the image path?
What you want does not come out of the box but there are extensions which do that. Check
https://www.nopcommerce.com/boards/t/6469/nopeasy-picture-uploader-v10.aspx
https://www.nopcommerce.com/boards/t/6353/nopadmin-fast-easy-and-convenient-nopcommerce-administration.aspx

OK, but I do not want to pay money on this feature, can you give me some hint so that I can do it myself?
12 years ago
twilightgod wrote:
My custom want to batch upload product images to the server, then use a xls file with all the product info including image path to import products.
I try to export the products in xls, but there's no image path.
How do I modify the code myself?
I checked Nop_ProductPicture and Nop_Picture in DB, but I didn't find the image path?
What you want does not come out of the box but there are extensions which do that. Check
https://www.nopcommerce.com/boards/t/6469/nopeasy-picture-uploader-v10.aspx
https://www.nopcommerce.com/boards/t/6353/nopadmin-fast-easy-and-convenient-nopcommerce-administration.aspx
OK, but I do not want to pay money on this feature, can you give me some hint so that I can do it myself?


This might help (version 1.8):
https://www.nopcommerce.com/boards/t/6262/ive-integrated-an-excel-bulk-file-upload-w-pictures-images-into-v18.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.