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 2138e68 commit 6ea86bbCopy full SHA for 6ea86bb
app/code/Magento/CatalogImportExport/Model/Import/Product/Option.php
@@ -2088,8 +2088,6 @@ protected function _parseCustomOptions($rowData)
2088
}
2089
if (isset($rowData[Product::COL_STORE_VIEW_CODE])) {
2090
$options[$name][$k][self::COLUMN_STORE] = $rowData[Product::COL_STORE_VIEW_CODE];
2091
- } else {
2092
- $options[$name][$k][self::COLUMN_STORE] = '';
2093
2094
$k++;
2095
0 commit comments