You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
previous categories of product are not removed if I remove category in data, instead, new categories are added to the previous method.
i used Add/update method in firegento settings.
The text was updated successfully, but these errors were encountered:
@jruzafa i think is it related to magento/magento2#7930
But the truth is a normal user would not use "replace" behavior since it changes product ids.
Also, we cannot remove categories using "Add/update" behaviour. so that's why this awesome module is unusable for us.
how are other people using it? with "replace" behavior with changing product ids (losing order, statics, metric related data) or "Add/update" behavior with inability to remove categories.
@jruzafa
ok, do you made some changes at Magento?
or how do you implement that. could you share some more insight?
like did you iterate products and removed categories before
$this->importerModel->processImport($productsArray)
previous categories of product are not removed if I remove category in data, instead, new categories are added to the previous method.
i used Add/update method in firegento settings.
The text was updated successfully, but these errors were encountered: