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

영카트 상품리스트 페이지내 별점 보이기 채택완료

초비입니다 5년 전 조회 4,102

 

 

안녕하세요 질문좀드리겠습니다.

상품리스트 페이지내 별점보이기를 하고자 찾아보니 

https://gnustudy.com/bbs/board.php?bo_table=yc_tip&wr_id=76">https://gnustudy.com/bbs/board.php?bo_table=yc_tip&wr_id=76

 

방식이있는데 적용이 안되서 문의드립니다 ㅠㅠ

 

list.10.skin.php 부분에 아래와 같이 적용했구요 

</p>

<p>if ($this->view_it_star_score) {

    $star_score = get_star_image($row['it_id']);

    if ($star_score) {

        echo "<img src=\"".G5_SHOP_URL."/img/s_star".$star_score.".png\" width=\"100px\">";

    }

}

  if ($this->view_it_name) {

        echo stripslashes($row['it_use_cnt'])."\n";

    }

   if ($this->view_it_name) {

        echo stripslashes($row['it_use_avg'])."\n";

    }</p>

<p>

 

 

list.php부분에서도 

 

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

 

다 맞게끔 다 넣었는데 왜 안되는걸까요 ㅠㅠ?

it_use_avg /it_use_cnt 이거는 또잘나옵니다.

모바일을 쓸려고하는데 모바일 list부분도 다했는데 안되어서 질문드립니다.

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

답변 1개

채택된 답변
+20 포인트
5년 전

위 아래 if 문 빼고 이거만 넣어보세요.

 

    $star_score = get_star_image($row['it_id']);     if ($star_score) {         echo "";     }

로그인 후 평가할 수 있습니다

답변에 대한 댓글 1개

초비입니다
5년 전
우와감사합니다

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

답변을 작성하려면 로그인이 필요합니다.

로그인