테스트 사이트 - 개발 중인 베타 버전입니다

분류 표시에서 2, 3 단계 표시하지 않고 바로 아래 단계의 분류만 표시하기

· 19년 전 · 498 · 1
shop/listcategory.inc.php 를

<?
$str = "";
$exists = false;

$ca_id_len = strlen($ca_id);
$len2 = $ca_id_len + 2;
$len4 = $ca_id_len + 4;

$str .= "<tr><td width=11 background='$g4[shop_img_path]/ca_bg02.gif'></td><td>";

$sql = " select ca_id, ca_name from $g4[yc4_category_table]
where ca_id like '$ca_id%'
and length(ca_id) = $len2
and ca_use = '1'
order by ca_id ";
$result = sql_query($sql);
while ($row=sql_fetch_array($result)) {
$str .= "<a href='./list.php?ca_id=$row[ca_id]'>$row[ca_name]</a> &nbsp; ";
$exists = true;
}

$str .= "</td><td width=11 background='$g4[shop_img_path]/ca_bg03.gif'></td></tr>";

이런식으로 수정하시면 됩니다.

댓글 작성

댓글을 작성하시려면 로그인이 필요합니다.

로그인하기

댓글 1개

상품 분류 인감

게시글 목록

번호 제목
116
115
109
107
106
105
104
103
90
100
88
85
84
83
82
72
60
55
50
45