Skip to content

Commit e509cb5

Browse files
committed
MAGETWO-58213: [GITHUB] Configurable products import doesn't work configurable_variations not imported #5876
1 parent 3fe3480 commit e509cb5

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/ConfigurableImportExport/Model/Import/Product/Type

1 file changed

+1
-1
lines changed

app/code/Magento/ConfigurableImportExport/Model/Import/Product/Type/Configurable.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -479,7 +479,7 @@ protected function _parseVariations($rowData)
479479
$additionalRows = [];
480480
if (empty($rowData['configurable_variations'])) {
481481
return $additionalRows;
482-
} elseif(!empty($rowData['store_view_code'])) {
482+
} elseif (!empty($rowData['store_view_code'])) {
483483
throw new LocalizedException(
484484
__(
485485
'Product with assigned super attributes should not have specified "%1" value',

0 commit comments

Comments
 (0)