Jump to content

module faceted search


Recommended Posts

je suis novice en prestashop et je ne sais pas quoi faire

 

est ce que quelqu'un pourrais m'aider afin d'utiliser le module recherche a facette 

merci de votre aide

[PrestaShopException]

Root category must be an integer value
at line 243 in file classes/helper/HelperTreeCategories.php

238.     }
239. 
240.     public function setRootCategory($value)
241.     {
242.         if (!Validate::isInt($value)) {
243.             throw new PrestaShopException('Root category must be an integer value');
244.         }
245. 
246.         $this->_root_category = $value;
247.         return $this;
248.     }
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...