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 48d9e3f commit 6dd9f6eCopy full SHA for 6dd9f6e
app/code/Magento/GroupedImportExport/Model/Import/Product/Type/Grouped.php
@@ -99,7 +99,7 @@ public function saveData()
99
}
100
$scope = $this->_entityModel->getRowScope($rowData);
101
if (Product::SCOPE_DEFAULT == $scope) {
102
- $productData = $newSku[$rowData[Product::COL_SKU]];
+ $productData = $newSku[strtolower($rowData[Product::COL_SKU])];
103
} else {
104
$colAttrSet = Product::COL_ATTR_SET;
105
$rowData[$colAttrSet] = $productData['attr_set_code'];
0 commit comments