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.
2 parents a2a2a5d + 6dd9f6e commit 5eb14b7Copy full SHA for 5eb14b7
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