layout;?> " ng-init="localUrl=''; content_classes='content_classes;?>'; layout='layout?>'; currency_symbol=''; category='slug;?>'; " > id; if($parent_id != 0) { if(isset($extra->sid) and $extra->sid > 0) { switch_to_blog($extra->sid); } $get_child_category = get_terms('product_cat',array('child_of' => $parent_id)); if(!empty($get_child_category)) { $link = array( 'layout' => $extra->layout, 'content_classes' => $extra->content_classes ); echo '
'; foreach($get_child_category as $category) { if($category->parent != $parent_id or $category->parent == 0) continue; $link['id'] = $category->term_id; $link['slug'] = $category->slug; $link['name'] = $category->name; if(isset($extra->sid) and $extra->sid > 0) { $link['sid'] = $extra->sid; } $tClass = ""; $bClass = "no-img"; $img = ''; if($category->image != "") { $tClass = 'item-thumbnail-right'; $bClass = ""; $img = ''; } $_link = base64_encode(json_encode($link)); echo ' '.$img.'

'.$category->name.'

'.$category->count.'
'; } echo '
'; } if(isset($extra->sid) and $extra->sid > 0) { restore_current_blog(); } } ?>
در حال دریافت اطلاعات