하위 카테고리 상품 출력하기

하위 카테고리 상품 출력하기

QA

하위 카테고리 상품 출력하기

본문

안녕하세요

 

각 카테고리별로 리스트 상단에 카테고리별 베스트 상품을 출력하려고하는데요.

최상단 카테고리  (ca_id =10, 20,30 ) 인 것들은 정상적으로 잘 나오는데

 그 하위 카테고리 (ca_id=1010, 1020, 2010) 들은 베스트 상품 체크한것들이 안떠요

 

    <?php

     $list = new item_list($skin_file, $ca['ca_list_mod'], 1, $ca['ca_img_width'], $ca['ca_img_height']);

    $list->set_type(4);

    $list->set_category($ca['ca_id'], 1); 

    $list->set_list_skin(G5_SHOP_SKIN_PATH.'/list.10.skin.php');

    $list->set_view('it_img', true);

    $list->set_view('it_id', false);

    $list->set_view('it_name', true);

    $list->set_view('it_basic', true);

    $list->set_view('it_cust_price', true);

    $list->set_view('it_price', true);

    $list->set_view('it_icon', true);

    $list->set_view('sns', false);

    echo $list->run();

    ?> 

 

어디서 설정을 해줘야 나올까요..

이 질문에 댓글 쓰기 :

답변 1

​$list->set_category($ca['ca_id'], 2);

로 변경하세요.  

참고로 3단계가 있으셔서 3단계까지 필요하시면 2대신 3을 넣으시면 됩니다. 

답변을 작성하시기 전에 로그인 해주세요.
전체 16,799
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT