301 HTTP image links not followed when checked in urlExists()
Magento Mass Importer
Brought to you by:
dweeves
Hi,
I want to suggest a patch for importing remote images. In this file:
/inc/fshelper.php
When invoking this function:
public function urlExists($remoteurl);
There should be put code for CURL to follow location similarly to the copyRemoteFile() function, because otherwise the check fails and images which are permanently redirected are not followed and not imported. Please find the modified file attached.