cancel
Showing results for 
Search instead for 
Did you mean: 

is there any Script or extension to attach product images to SKU?

is there any Script or extension to attach product images to SKU?

Hello, i am looking a script or extension to do this:

I upload products via CSV, then run script or extension and attach product images (multiple) to the SKU, easy and fast and don't have to write in csv like a mule

 

 

my real situation:

Product uploaded via CSV to Magento 2 but no image attached to, then i want to attach images to SKU.

 

I have like 1000 products 10.000 images in this file path structure:

/(SKU)/*.jpg (1,2,3,4,5,6,7,8,9).jpg
example:
/coffeecup/1.jpg
/coffeecup/2.jpg

etc

1 REPLY 1

Re: is there any Script or extension to attach product images to SKU?

I recommend use of magmi script for that for that

https://github.com/tagesjump/magmi-m2

 

Here is link how to install on magento 2

https://magento.stackexchange.com/questions/208225/how-do-i-install-the-magmi-for-magento-2-extensio...

 

Sample for adding the multiple image

sku,qty,store_id,attribute_set,image,small_image,thumbnail,media_gallery,_media_attribute_id

SSF5197sku,100000,1,Default,SSF5197-INU1.jpg,SSF5197-INU1.jpg,SSF5197-INU1.jpg,SSF5197-INU1.jpg;SSF5197-INU2.jpg,88
Find helpful ? Consider Giving Kudos to this post.
Problem solved? Click Accept as Solution!"
Qaisar Satti