cancel
Showing results for 
Search instead for 
Did you mean: 

Bulk image upload from Magento or via plugin?

Bulk image upload from Magento or via plugin?

Is there any way or any plugin, i can use to upload product pictures? - i am trying to upload a single picture for the same category items, but it seems i have to do it one by one for each product, pictures are the same. So i was wondering if there is anyway i can do this faster?

2 REPLIES 2

Re: Bulk image upload from Magento or via plugin?

Hello @mike_gh

 

For uploading bulk images you can follow the following link. In this you have to import multiple images to your Magento 2 via CSV file.

https://www.simicart.com/blog/magento-import-images/

 

And there are some extensions which suits your requirement you can also use them. Some of them are as follows:

  1. https://bsscommerce.com/magento-2-import-export-product-attributes.html?utm_source=mageplaza&utm_med...
  2. https://cedcommerce.com/magento-2-extensions/marketplace/vendor-mass-import-export-addon?utm_source=...
  3. https://www.magebees.com/magento-2-import-export-products-extension.html?utm_source=mageplaza&utm_me...
  4. https://www.magesales.com/magento-2-product-import-export.html?utm_source=mageplaza&utm_medium=magep...

 

Problem solved? Click Kudos & Accept as Solution!

 

Magento Developer
Ankita Biswas

Re: Bulk image upload from Magento or via plugin?

Hello @mike_gh,

 

Please follow below steps to import bulk images
Method 1: Import Images from the Local Server

  1. On the Magento server, upload the image files to the pub/media/import folder. This is the default folder for importing product images.
    [magento installation folder]/pub/media/import 

    You can use a different folder on the Magento server, as long as the path to the folder is specified during the import process.
  2. In the CSV data, enter the name of each image file to be imported on the correct row, by sku, and in the correct column according to image type (base_image, small_image, thumbnail_image, or additional_images).
    Spoiler
    For images in the default import folder(/pub/media/import), do not include the path before the filename in the CSV data.
    The CSV file must include only the sku column and the related image columns. https://www.screencast.com/t/pXq6Ynt9
    CYGC1.png
  3. Follow the instructions to import the data.
    After selecting the file to import, enter the relative path following Images File Directory: https://www.screencast.com/t/FHilxFFm
    /pub/media/import
    SMS9E.png
    If importing multiple images for a single sku, insert a blank row below the sku, and enter the additional image file names in the appropriate columns. The additional rows are understood to belong to the parent sku.

Method 2: Import Images from External Server

  1. Upload the images to be imported to the designated folder on the external server.
  2. In the CSV data, enter the full URL for each image file in the correct column by image type (base_image, small_image, thumbnail_image, or additional_images).
    http://example.com/images/image.jpg
  3. Follow the instructions to import the data.
    http://docs.magento.com/m2/ce/user_guide/system/data-import-product-images.html

 

--
If my answer is useful, please Accept as Solution & give Kudos