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 cc93658 commit 50b6cb7Copy full SHA for 50b6cb7
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1688,7 +1688,6 @@ protected function _saveProducts()
1688
private function saveProductEntityPhase(array $rowData, array &$entityRowsUp, array &$entityRowsIn) : void
1689
{
1690
$rowSku = $rowData[self::COL_SKU];
1691
- // 1. Entity phase
1692
if ($this->isSkuExist($rowSku)) {
1693
// existing row
1694
if (isset($rowData['attribute_set_code'])) {
0 commit comments