id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,modified_flg 364,管理画面、「商品並び替え」にて非公開商品が表示されている,uchida,somebody,"右側に表示される商品リストに非公開商品も表示されている。[[br]] カテゴリツリーの件数には非公開商品が含まれていない。[[br]] 非公開商品も並び替え管理していても問題はないが、件数表示が変なのでどちらかに揃える。[[br]] lfGetProduct() in html/admin/products/product_rank.php[[br]] 上記関数の先頭付近、 {{{ $table = ""vw_products_nonclass AS noncls ""; $where = ""del_flg = 0 AND category_id = ?"" }}} を {{{ $table = ""vw_products_nonclass AS noncls ""; $where = ""del_flg = 0 AND category_id = ? AND status = 1"" }}} とするなど。",バグ指摘,closed,中,EC-CUBE,管理画面,1.4系(正式版),無効,,,