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 39542fd commit 4fbbcf1Copy full SHA for 4fbbcf1
app/code/Magento/CatalogImportExport/Model/Import/Product.php
@@ -1123,14 +1123,15 @@ protected function _replaceProducts()
1123
* Save products data.
1124
*
1125
* @return $this
1126
+ * @throws LocalizedException
1127
*/
1128
protected function _saveProductsData()
1129
{
1130
$this->_saveProducts();
1131
foreach ($this->_productTypeModels as $productTypeModel) {
1132
$productTypeModel->saveData();
1133
}
- $this->_saveLinks();
1134
+ $this->linkProcessor->saveLinks($this, $this->_dataSourceModel, $this->getProductEntityLinkField());
1135
$this->_saveStockItem();
1136
if ($this->_replaceFlag) {
1137
$this->getOptionEntity()->clearProductsSkuToId();
0 commit comments