firebearstudio / importexportfree

Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
https://firebearstudio.com/the-improved-import.html
Open Software License 3.0
180 stars 68 forks source link

Issue - Name Field Required on import. #42

Open Raged23 opened 4 years ago

Raged23 commented 4 years ago

Hello, Not sure if you guys are still actively upgrading this, found a issue. When importing(Add/Update) while not using the Name field will receive the following error. Undefined index: name in /home/gamehead/public_html/vendor/firebear/importexportfree/Model/Import/Product.php on line 396 image

SKU should be the only required column when importing. Using very basic .csv file of just SKU - QTY column produces error. When added Name column issue is resolved.