CategoryImporter icon indicating copy to clipboard operation
CategoryImporter copied to clipboard

Fix additional headers and root category selection

Open paugnu opened this issue 4 years ago • 1 comments

  • The additional headers generated array can generate empty values (which lend later to warning or errors). We use array_filter to remove empty values.
  • If no parent id is selected, instead of automatically selecting '2' as category root, we check what the category root for the default store view is. We could even ask this value as parameter (TODO)

paugnu avatar Apr 05 '20 05:04 paugnu

Hi Please detect the default store view instead of hardcoding 1

tmotyl avatar Apr 05 '20 19:04 tmotyl