Notice[8]:
/application/design/front/standard/catalog/layer.php [ 93 ]
88 $nsc1 = array();
89 foreach($category['sub_child'] as $sc1){
90 $nsc1[]=$sc1['category_id'];
91 }
92 ?>
93 <ul style="margin-top: -15px; margin-left: 20px; display: none;" id="browse_cate1" data-id="<?=$nsc[0]?>" class="browse_cate1_<?=$nsc[0]?>">
94 <?php
95 foreach($category['sub_child'] as $sc){
96 $subcategory_link = $this->url->link('catalog/category','category_id=' . $sc['category_id']);
97 ?>
98 <?php // echo "<pre>"; print_r($subcateprodc); echo "</pre>"; ?>