Defining categories on product imports.

  • Posts: 292
  • Thank you received: 5
  • Hikashop Business
13 years 3 months ago #4320

I have a CSV file like this:

product_code,categories
TEST123,"parent_cat1,child_cat2,grandchild_cat3"

It puts the product into all 3 categories.

What I want is for the product to go into 'grandchild_cat3', but for categories 'parent_cat1', 'child_cat2' to be automatically created if they do not alreday exist.

So after import I have this:

parent_cat1
  child_cat2
    grandchild_cat3
      the product

Please Log in or Create an account to join the conversation.

  • Posts: 81540
  • Thank you received: 13071
  • MODERATOR
13 years 3 months ago #4328

you should do like this:
product_code,parent_category,categories
,parent_cat1,child_cat2
TEST123,child_cat2,grandchild_cat3

Please Log in or Create an account to join the conversation.

Time to create page: 0.055 seconds
Powered by Kunena Forum