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 d0bd039 commit 9f04961Copy full SHA for 9f04961
app/code/Magento/CatalogImportExport/Model/Import/Product/Option.php
@@ -1300,6 +1300,7 @@ protected function _importData()
1300
$parentCount = [];
1301
$childCount = [];
1302
$optionsToRemove = [];
1303
+ $optionCount = $valueCount = 0;
1304
foreach ($bunch as $rowNumber => $rowData) {
1305
$rowSku = !empty($rowData[self::COLUMN_SKU])
1306
? mb_strtolower($rowData[self::COLUMN_SKU])
0 commit comments