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 6903a38 + 23e3a02 commit 82e7cb5Copy full SHA for 82e7cb5
app/code/Magento/CatalogUrlRewrite/Observer/AfterImportDataObserver.php
@@ -263,6 +263,7 @@ protected function _populateForUrlGeneration($rowData)
263
if ($this->isGlobalScope($product->getStoreId())) {
264
$this->populateGlobalProduct($product);
265
} else {
266
+ $this->storesCache[$product->getStoreId()] = true;
267
$this->addProductToImport($product, $product->getStoreId());
268
}
269
return $this;
0 commit comments