We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3125d commit 7d60ba8Copy full SHA for 7d60ba8
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1608,7 +1608,7 @@ protected function _saveProducts()
1608
];
1609
} else {
1610
if (!$productLimit || $productsQty < $productLimit) {
1611
- $entityRowsIn[$rowSku] = [
+ $entityRowsIn[strtolower($rowSku)] = [
1612
'attribute_set_id' => $this->skuProcessor->getNewSku($rowSku)['attr_set_id'],
1613
'type_id' => $this->skuProcessor->getNewSku($rowSku)['type_id'],
1614
'sku' => $rowSku,
0 commit comments