zencart 显示全部分类

    技术2022-05-20  64

    改的文件:includes/classes/category_tree.php,最简单的修改

       if (!isset($first_element)) {         $first_element = $categories->fields['categories_id'];       }

       $kcyarrar[] = $categories->fields['categories_id']; //kcy

          $categories->MoveNext();     }

      foreach($kcyarrar as $cPath){   //kcy   //if (zen_not_null($cPath)) { //kcy    $cPath_array = array(0=>$cPath);  //kcy

    kcy标记的地方就是我改的地方

    //经测试,有点问题,建议到http://www.crazyprince.com/posts/1365.html下载插件


    最新回复(0)