You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You should really update to 1.9.3.4 since 1.9.3.3 has many known issues.
Instead of doing the processProductImport in a foreach loop, you should really simply give your $products array to the import model. This should be faster as well.
Besides of that, we cannot really help you without seeing your data...
I have updated Magento from 1.7.0.2 to 1.9.3.3 and now, only the
first product is saved in a foreach loop.
foreach($products as $data) {
$import = Mage::getModel('fastsimpleimport/import');
try {
$import->processProductImport($data);
} catch (Exception $e) {
print_r($import->getErrorMessages());
}
}
I got no Error Messages.
The text was updated successfully, but these errors were encountered: