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 3fe3480 commit e509cb5Copy full SHA for e509cb5
app/code/Magento/ConfigurableImportExport/Model/Import/Product/Type/Configurable.php
@@ -479,7 +479,7 @@ protected function _parseVariations($rowData)
479
$additionalRows = [];
480
if (empty($rowData['configurable_variations'])) {
481
return $additionalRows;
482
- } elseif(!empty($rowData['store_view_code'])) {
+ } elseif (!empty($rowData['store_view_code'])) {
483
throw new LocalizedException(
484
__(
485
'Product with assigned super attributes should not have specified "%1" value',
0 commit comments