Kasper Kloster
Kasper Kloster

Reputation: 1

Importing Images Magento

I use a CSV file to import products to my magento store, the images gets in and are assigned to the correct SKU, but Magento. Magento auto selects the "No image" to all the listing-options at Thumbnail, small image and base image.

I know i should use the _media_position and set it to 0. But I get "invalid row"-error. In order to get that to work, I need to set the _media_attribute_id, but I can't find what the id is.

Theese are the columns i have in the CSV:

Price   
Special_price   
Stock.qty   
Name    
SKU 
category.ids    
manufacturer    
Description 
short_description   
image   
small_image 
thumbnail       
url_key visibility  
product.attribute_set   
product.type    
product.websites    
stock.is_in_stock   
weight  
tax_class_id    
status  
supplier_sku

Am I missing something, and where do I find the id I need for _media_attribute_id. My images are in the media/import - folder

Thanks!

Upvotes: 0

Views: 100

Answers (1)

Kasper Kloster
Kasper Kloster

Reputation: 1

Aaahhhhhhh FACE-PALM!!

Was in the wrong store view!

Upvotes: 0

Related Questions