Jump to content

Moving category back from root


Recommended Posts

Hi,

 

i've upgraded from a v1.5 to the latest v1.6, wanted to fix some text issues at a main category name and forgot to check category settings. Therefor, i can't see the edited categories on the Front Office or at the Back Office normally, that 2 is below the "Home" and the 2 categories is not visible on the FO at all.

 

I've tried to edit those categories to move them back, however, i couldn't find any move/assign button/text there.

 

All ideas are appreciated, getting mad about this :(.

 

Regards,

 

Geza

Link to comment
Share on other sites

What i could fix, is the category level through SQL, so i can move back my categories. However, this will only fix things in the BO and once you do something, it'll revert back to original location (aka. the wrong one..). The modification will do nothing on the FO :(.

 

Example:

UPDATE `yourown_prst1`.`ps_category` SET `id_parent` = '2',`active` = '1',`position` = '12' WHERE `ps_category`.`id_category` =19;

 

There u name your table, category name is the same, then i modify the id_parent from the wrong '1' to '2'. active (whether category is displayed or no) and position settings are not really needed. To check your id_category - which one is wrong atm. -, simple swith off the display on it, so you can see a '0' at the "active".

 

Any further ideas?

 

Geza

Link to comment
Share on other sites

  • 3 months later...

I'm currently on 1.6.0.8 and this issue hasn't been resolved.

I'm able to move my category back from root to home where it belongs via SQL but the minute you update the category in BO it goes back to root.  Also all pages under that category are now invalid (BIG MESS).

 

Same thread here:  http://www.prestashop.com/forums/topic/322751-categories-are-moved-out-of-home-category/page-3

Bug on Forge (masked as Closed, not sure why?) http://forge.prestashop.com/browse/PSCSX-2050

 

Anybody has a solution please?

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