Skip to content

Commit f24204a

Browse files
committed
MAGETWO-58299: [Github] Imported configurable products with multiple super attributes do not retain super attribute ordering #6079
1 parent a7968a1 commit f24204a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/ConfigurableImportExport/Model/Export/RowCustomizer.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ public function prepareData($collection, $productIds)
5757
'configurable_variations' => implode(ImportProduct::PSEUDO_MULTI_LINE_SEPARATOR, $variations),
5858
'configurable_variation_labels' => implode(
5959
Import::DEFAULT_GLOBAL_MULTI_VALUE_SEPARATOR,
60-
$variationsLabels)
60+
$variationsLabels
61+
)
6162
];
6263
}
6364
}

0 commit comments

Comments
 (0)