We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello, I try import and add an image on the products, but is not working and not show me an error.
'_type' => 'simple', '_attribute_set' => 'Default', '_product_websites' => 'base', '_media_image' => 'http://www.site.com/media/catalog/product/llantas.jpg', '_media_target_filename' => 'llanta.jpg', 'image' => 'llanta.jpg', 'small_image' => 'llanta.jpg', 'thumbnail' => 'llanta.jpg',
I'm checking the configuration, there is correct. Somebody know what is wrong. please.
The text was updated successfully, but these errors were encountered:
I don't see the _media_attribute_id, _media_is_disabled, _media_position and _media_lable fields. Could you try to add them for a test? It's described in https://www.integer-net.com/importing-products-with-the-import-export-interface/ in the chapter "Product Images".
_media_attribute_id
_media_is_disabled
_media_position
_media_lable
Sorry, something went wrong.
No branches or pull requests
Hello, I try import and add an image on the products, but is not working and not show me an error.
'_type' => 'simple',
'_attribute_set' => 'Default',
'_product_websites' => 'base',
'_media_image' => 'http://www.site.com/media/catalog/product/llantas.jpg',
'_media_target_filename' => 'llanta.jpg',
'image' => 'llanta.jpg',
'small_image' => 'llanta.jpg',
'thumbnail' => 'llanta.jpg',
I'm checking the configuration, there is correct. Somebody know what is wrong. please.
The text was updated successfully, but these errors were encountered: