Papaya Posted March 19, 2011 Share Posted March 19, 2011 Hi, I just want to show the other subcategories when you are in a subcategory a page.In the last version I have changed in the category.php line 50: $subCategories = $category->getSubCategories(intval($cookie->id_lang)); to: $subCategories = $category->getSubCategories(intval($cookie->id_lang)); if (sizeof($subCategories) == 0 AND intval($category->id_parent) > 1) { $parentCategory = new Category(intval($category->id_parent), intval($cookie->id_lang)); $subCategories = $parentCategory->getSubCategories(intval($cookie->id_lang)); } Now in this new Prestashop version (1.4.0), I can't do this...What I must change to obtain the same result?Thanks in advance! Link to comment Share on other sites More sharing options...
idm1 Posted July 19, 2011 Share Posted July 19, 2011 hi, did you find a solution for this? I am trying to do the same thing! 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