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
I had the same problem today. After a long research I noticed on the import page the dropdown shows Add/Update but the behavior is append. If not ::BEHAVIOR_APPEND is used all affected entries in catalog_category_product are always deleted and then added again with position 0. For whatever reason.
When we run the import to update qty of products, the position of that product will be reset to zero in the category.
We use
$this->setBehavior(Import::BEHAVIOR_ADD_UPDATE);
I tested it also with the normal import function in the backend. Then the product position in the category will be the same and not reset to zero.
The text was updated successfully, but these errors were encountered: