Jump to content

Layered navigation block error showing


mohith kumar

Recommended Posts

Layered navigation block when click on edit button below here is show 

 

[PrestaShopException]

Selected categories value must be an array
at line 227 in file classes/helper/HelperTreeCategories.php

222.     }
223. 
224.     public function setSelectedCategories($value)
225.     {
226.         if (!is_array($value)) {
227.             throw new PrestaShopException('Selected categories value must be an array');
228.         }
229. 
230.         $this->_selected_categories = $value;
231.         return $this;
232.     }

Screenshot (53).png

Link to comment
Share on other sites

  • 1 month 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...