Jump to content

Category search and listing in BO after upgrade to 1.6.1.2


Recommended Posts

Hi, 

i have recently upgraded my e-shop from 1.6.1.1 to 1.6.1.2 and after that upgrade i have problem in back office in Catalog - Categories.

 

I got many subcategories (80+)  under 3 main categories and my listing in back office is by 50 categories. So that mean that i have page one and page two. But when I try to go to page 2 it doesn't work. It redirect me to main categories. 

 

Also.. searching by name, active state... just all searching.. in subcategories doesn't working as well. Any try to search something redirects me to main categories and doesn't stay in subcategories.

 

Do you have any ideas how to fix this?

Link to comment
Share on other sites

Ok I fixed it. I hope this will help somebody someday:

 

You have to rollback function in classes/controllers/AdminController.php and remove there lines 893 - 895:

if (isset($_POST) && count($_POST) && (int)Tools::getValue('submitFilter'.$this->list_id) || Tools::isSubmit('submitReset'.$this->list_id)) {
  $this->setRedirectAfter(self::$currentIndex.'&token='.$this->token.(Tools::isSubmit('submitFilter'.$this->list_id) ? '&submitFilter'.$this->list_id.'='.(int)Tools::getValue('submitFilter'.$this->list_id) : ''));
}

That function is new in 1.6.1.2 and it didn't work at all for me.

Link to comment
Share on other sites

  • 6 months later...
  • 1 year later...

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