Jump to content

Not able to set default category during CSV import.


Recommended Posts

I'm currently on 1.6.0.11 with latest githup https://github.com/P...tController.php as of Feb10,2015

 

My product category looks like this 11|12||23|24|25|54   I'm expecting (12) to be the default category since it's the last subcategory in the 1st group separeted by (||).  This is how 1.5 used to work.

Thinking that now 1.6 sets the very 1st category as default, I tried placing the subcategory that I want to be default (12) first E.g: 12||11|12||23|24|25|54  but nope it doesn't work it still records (11).

 

Please advice.

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

  • 2 weeks later...
  • 1 year later...

The first mentioned category in CSV file is the default category.

 

You need to place the number of your default category at first place. For example, among (x,y,z ) z is the default category then in CSV file, under category column, write this (z,x,y) .

 

As you can see, z is the first category, prestashop will make it default category.

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...