Jump to content
  • 0

Sorting Does Not Seem To Save Properly


trimark

Question

It seem when I do category drag and drop sorting or attribute drag and drop sorting.  It works great but when I got back the sort is not saved.  Some of it seems to save but I have to sort 10 times to get it complete.

 

Is there something I am missing. :)

Link to comment
Share on other sites

7 answers to this question

Recommended Posts

  • 0

There is not, you need to fix it in category.php

 


        if (isset($categories_array[0]) && $categories_array[0]['subcategories']) {
            foreach ($categories_array[0]['subcategories'] as $subcat)
            {
                Category::_subTree($categories_array, $subcat, $n);
            }
            
        }

This did it for all the sites that had the same issue

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