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.
2 parents c316bde + 803219e commit a8dcd57Copy full SHA for a8dcd57
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1332,6 +1332,7 @@ protected function _saveProducts()
1332
1333
// 3. Categories phase
1334
$categoriesString = empty($rowData[self::COL_CATEGORY]) ? '' : $rowData[self::COL_CATEGORY];
1335
+ $this->categoriesCache[$rowSku] = [];
1336
if (!empty($categoriesString)) {
1337
foreach ($this->categoryProcessor->upsertCategories($categoriesString) as $categoryId) {
1338
$this->categoriesCache[$rowSku][$categoryId] = true;
0 commit comments