AK
Size: a a a
AK
AK
F
DT
RS
DT
DT
RS
С
P
P
С
foreach($args['catalog_tree'] as $category){
$menu_ids = ks\val($category, 'menu', 'array');
if($menu_ids) {
$category['items'] = array_merge($category['items'], select\id_list($menu_ids));
}
}
С
P
foreach($args['catalog_tree'] as $category){
$menu_ids = ks\val($category, 'menu', 'array');
if($menu_ids) {
$category['items'] = array_merge($category['items'], select\id_list($menu_ids));
}
}
С