gabrielgeza Posted April 27, 2014 Share Posted April 27, 2014 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 More sharing options...
benwiggy Posted April 27, 2014 Share Posted April 27, 2014 This seems to be (one of) the same problems I'm having: my categories don't show in the front office, and some of them don't show in the Back Office either. Not had any luck. Link to comment Share on other sites More sharing options...
dformica Posted April 29, 2014 Share Posted April 29, 2014 The same happened to me. I posted on this thread: http://www.prestashop.com/forums/topic/322751-categories-are-moved-out-of-home-category/ Have you found a solution? Link to comment Share on other sites More sharing options...
gabrielgeza Posted April 30, 2014 Author Share Posted April 30, 2014 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 More sharing options...
gabrielgeza Posted April 30, 2014 Author Share Posted April 30, 2014 I guess i got the tail. Moved both back then added another category entry (with a test name), both they were displayed and were in order after this. Can anyone confirm this, please? Geza Link to comment Share on other sites More sharing options...
dformica Posted July 30, 2014 Share Posted July 30, 2014 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now