Hello,
The first path which I followed is this: (Default Category, Default Category/Parent Category, Default Category/Parent Category/Sub Category). I am following this path because when I exported a CSV format file from admin panel I got this written in it.
Default path which I get after exporting
I am trying to add products to my website and the category path I am defining is in this format (Default Category, Default Category/Subjects, Default Category/Subjects/Business Management).
Instead of adding the product into an existing category which I created manually it creates a new category for the imported product like, in this case, it is Business management under (writing | Research Methods).
Business Management category under (Writing | Research Methods)
The category which I created manually (Business Management) is showing 0 products added in it.
0 products added in an existing category
I tried some alternate methods to overcome this problem by using category id instead of using category name.
Tried this path
but I got these results.
I also tried this path (Default Category, Default Category/Parent Category/Sub Category) and (Default Category/Parent Category/Sub Category)
Please suggest me some methods to solve this problem.
Thank You