영카트 상품리스트 페이지내 별점 보이기

영카트 상품리스트 페이지내 별점 보이기

QA

영카트 상품리스트 페이지내 별점 보이기

답변 1

본문

 

 

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

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

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

 

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

 

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


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";
    }

 

 

list.php부분에서도 

 

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

 

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

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

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

이 질문에 댓글 쓰기 :

답변 1

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

 

    $star_score = get_star_image($row['it_id']);
    if ($star_score) {
        echo "<img src=\"".G5_SHOP_URL."/img/s_star".$star_score.".png\" width=\"100\">";
    }

답변을 작성하시기 전에 로그인 해주세요.
QA 내용 검색
질문등록
전체 16,794
© SIRSOFT
현재 페이지 제일 처음으로