Jump to content

Export product_id + category


hitstore

Recommended Posts

Ok, it's working !

But, for example, its possible to export in separated field id, default_category and secondary category ? I guess if I re-import a csv with an id with two categories in succession like this :

 

id_product;name         

10;PC Brand

10;All-in-One

 

in this case, the second row overwrite the first.

 

Can someone help me to obtain this sintax ?

 

10;PC Brand, All-in-One

 

 

Thanks

Edited by hitstore (see edit history)
Link to comment
Share on other sites

Ok, it's working !

But, for example, its possible to export in separated field id, default_category and secondary category ? I guess if I re-import a csv with an id with two categories in succession like this :

 

id_product;name         

10;PC Brand

10;All-in-One

 

in this case, the second row overwrite the first.

 

Can someone help me to obtain this sintax ?

 

10;PC Brand, All-in-One

 

 

Thanks

 

What are you trying to accomplish?

We are about to move to PrestaShop, so we don't really know the solution that well yet.

But why don't you simply import directly to p_category_product?

Things can be listed after each other, but it will break the normalization rules.

What if some of the products have 4 or 5 categories?

Link to comment
Share on other sites

I need to include category field in my csv for the import updates of price and quantity. Some product has more than default category. es.: an headset con be on "multimedia" and "gamers accessories"...

 

When I update a product without include category field, prestashop set category of each to "home page" again... so I lost all category information of all products.

 

I think it's a problem of import routine, but nobody has tryed to solve my problem.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...