michahgw
Results
1
issues of
michahgw
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);...