Skip to content
New issue

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

Image Import via HTTP improved #108

Closed
avstudnitz opened this issue Mar 5, 2014 · 2 comments
Closed

Image Import via HTTP improved #108

avstudnitz opened this issue Mar 5, 2014 · 2 comments

Comments

@avstudnitz
Copy link
Owner

I have refactored the image import functionality for two purposes:

  • Autofill the fields _media_attribute_id, _media_is_disabled, _media_position and _media_lable with default values (fc8c052)
  • You can now define the target filename of downloaded images, they can differ from the source url. Example:
        '_media_image' => 'http://upload.wikimedia.org/wikipedia/meta/6/6d/Wikipedia_wordmark_1x.png',
        '_media_target_filename' => 'wikipedia.jpg',
        'image' => 'wikipedia.jpg',
        'small_image' => 'wikipedia.jpg',
        'thumbnail' => 'wikipedia.jpg',

(958f61b)

Any comments? Tests? Improvements? Branch "develop".

@insaurabh
Copy link

how can i use dropbox image link to to use in product csv import magento 1.9

@insaurabh
Copy link

( [Category does not exists] => Array ( [0] => 1 [1] => 2 [2] => 3 [3] => 4 [4] => 5 [5] => 6 [6] => 7 [7] => 8 [8] => 9 [9] => 10 ) ) when i run test.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants