-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
Milestone
Description
Magento 2 programtically import categories via CSV and re-importing via CSV but can't able to update child categories data as same categories of multiple parent.
Categories Example:
Default Category:
-Mobile
-Samsung
-Sony
-TV
-Samsung
-Sony
-Device
-Samsung
-Sony
While re-importing categories via CSV only updating content of Mobile
category child categories Samsung
and Sony
but not updated content of TV
and Device
child categories.
Preconditions (*)
- Magento 2.3.2
- Progrmatically Import categories via CSV
Steps to reproduce (*)
- Progrmatically import categories via CSV.
- Add same name child categories in different parent categories. category will created success.
- After update child categories data in CSV like description, is_active, etc. And re-import CSV.
- Only updating First same name child categories of parent. others same name category of child categories not updated.
Expected result (*)
- All the categories data should be updated successfully.
Actual result (*)
- Same name child categories data not updated. only updated first parent child categories of same name categories.