Magento Mass Import images with MAGMI - images excluded
问题 thanks for reading. I'm using magmi to import more than 30.000 products with images. The problem is with images that they are imported but all of them are excluded. Is there any sql query that I can use and get all images included? I used this query but only one row effected update `catalog_product_entity_media_gallery_value` set disabled=1 where `value_id` in (select `value_id` from `catalog_product_entity_media_gallery` where value in (select value from `catalog_product_entity_varchar`