Get specific sub category using parent category id in Prestashop


to get specific sub category information using parent category id use below code:

$subcategories = Category::getChildren((int)$id_parent, $id_lang);

Post a Comment

0 Comments