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 3273a94 commit 803219eCopy full SHA for 803219e
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1320,6 +1320,7 @@ protected function _saveProducts()
1320
1321
// 3. Categories phase
1322
$categoriesString = empty($rowData[self::COL_CATEGORY]) ? '' : $rowData[self::COL_CATEGORY];
1323
+ $this->categoriesCache[$rowSku] = [];
1324
if (!empty($categoriesString)) {
1325
foreach ($this->categoryProcessor->upsertCategories($categoriesString) as $categoryId) {
1326
$this->categoriesCache[$rowSku][$categoryId] = true;
0 commit comments