Skip to content

Commit 7d60ba8

Browse files
committed
MAGETWO-67240: Duplicate and broken products appear after import
1 parent ab3125d commit 7d60ba8

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/CatalogImportExport/Model/Import

1 file changed

+1
-1
lines changed

app/code/Magento/CatalogImportExport/Model/Import/Product.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1608,7 +1608,7 @@ protected function _saveProducts()
16081608
];
16091609
} else {
16101610
if (!$productLimit || $productsQty < $productLimit) {
1611-
$entityRowsIn[$rowSku] = [
1611+
$entityRowsIn[strtolower($rowSku)] = [
16121612
'attribute_set_id' => $this->skuProcessor->getNewSku($rowSku)['attr_set_id'],
16131613
'type_id' => $this->skuProcessor->getNewSku($rowSku)['type_id'],
16141614
'sku' => $rowSku,

0 commit comments

Comments
 (0)