Hi everyone,
I have a problem with the procedure to import of articles.
- The version of nopCommerce: v 3.9.
- Expected behavior: When I try to import the list of articles with the .xlsx file, I expect the procedure to load all the articles with the category
- Actual behavior: The import of the articles is successful but the association between the categories and the articles is incorrect
- Steps to reproduce the problem :
1) Create the first category with name SALD (Level 0)
2) Create the second category with name MAN (Level 1) child of SALD
3) Create the third category with name WOMAN (Level 1) child of SALD
4) Create the fourth category with name SPORT (Level 2) child of MAN category
5) Create the sixth category with name SPORT (Level 2) child of WOMAN category
6) At this point, I want import a 1 article with category SPORT (child of woman category)...
7) How do I specify the category to which to associate the article between the categories that I created in step number 4 and number 5? Because if I write SPORT, I don't specify the category...

Thanks for your help!