상세페이지는 카테고리가 다 노출이 되지 않더라구요
/skin/shop/basic/navigation.skin.php
하단쯤에
if ($it_id){
$sql_t = " select ca_id2 from {$g5['g5_shop_item_table']} where it_id = '$it_id' ";
// echo $sql_t;
$row_t = sql_fetch($sql_t);
// echo $row_t[ca_id2];
$sql_name = " select ca_name from {$g5['g5_shop_category_table']} where ca_id = '$row_t[ca_id2]' ";
$row_name = sql_fetch($sql_name);
$navigation = '<a href="/store.php" class="sct_here ">ONLINE STORE</a>';
$navigation .= ' <a href="./list.php?ca_id='.$row_t[ca_id2].'" class="sct_here ">'.$row_name['ca_name'].'</a>';
//$navigation .= " > $it[it_name]";
$navigation .= ' <a href="#" class="sct_here sct_here2 ">'. $it['it_name'].'</a>';
}
붙여넣으시면 되실겁니다.
/skin/shop/basic/navigation.skin.php
하단쯤에
if ($it_id){
$sql_t = " select ca_id2 from {$g5['g5_shop_item_table']} where it_id = '$it_id' ";
// echo $sql_t;
$row_t = sql_fetch($sql_t);
// echo $row_t[ca_id2];
$sql_name = " select ca_name from {$g5['g5_shop_category_table']} where ca_id = '$row_t[ca_id2]' ";
$row_name = sql_fetch($sql_name);
$navigation = '<a href="/store.php" class="sct_here ">ONLINE STORE</a>';
$navigation .= ' <a href="./list.php?ca_id='.$row_t[ca_id2].'" class="sct_here ">'.$row_name['ca_name'].'</a>';
//$navigation .= " > $it[it_name]";
$navigation .= ' <a href="#" class="sct_here sct_here2 ">'. $it['it_name'].'</a>';
}
붙여넣으시면 되실겁니다.
게시글 목록
| 번호 | 제목 |
|---|---|
| 670 | |
| 662 | |
| 660 | |
| 653 | |
| 652 | |
| 637 | |
| 623 | |
| 622 | |
| 620 | |
| 619 | |
| 618 | |
| 614 | |
| 599 | |
| 598 | |
| 593 | |
| 586 | |
| 583 | |
| 578 | |
| 575 | |
| 572 | |
| 570 | |
| 568 | |
| 566 | |
| 558 | |
| 552 | |
| 551 | |
| 545 | |
| 543 | |
| 531 | |
| 518 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기