영카트 [YC4] 중분류 상품이 전체가 출력되는것을 해당 분류만 보이고 싶을때
페이지 정보
본문
< 방법1 > shop/listcategory2.inc.php 수정
shop/listcategory2.inc.php 의
$style = "";
if ($ca_id == $row[ca_id])
$style = " class='accent' ";
를
$style = "";
if ($ca_id == $row[ca_id])
$style = " class='accent' ";
else
continue;
와 같이 수정합니다.
< 방법 2 > shop/list.php 수정
include "$g4[shop_path]/listcategory2.inc.php"; 를
include "$g4[shop_path]/listcategory.inc.php"; 로 변경
< 방법3 > shop/list.php 수정 ( 2010-02-27 추가 )
include "$g4[shop_path]/listcategory2.inc.php"; 를
include "$g4[shop_path]/listcategory3.inc.php"; 로 변경
댓글목록
등록된 댓글이 없습니다.