Skip to content

Commit 9f04961

Browse files
committed
ACP2E-2028: [Cloud] Import of customizable options not working
1 parent d0bd039 commit 9f04961

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1300,6 +1300,7 @@ protected function _importData()
13001300
$parentCount = [];
13011301
$childCount = [];
13021302
$optionsToRemove = [];
1303+
$optionCount = $valueCount = 0;
13031304
foreach ($bunch as $rowNumber => $rowData) {
13041305
$rowSku = !empty($rowData[self::COLUMN_SKU])
13051306
? mb_strtolower($rowData[self::COLUMN_SKU])

0 commit comments

Comments
 (0)