영카트5에서 3등급이상만 가격볼수 있도록 ^^

영카트5에서 3등급이상만 가격볼수 있도록 ^^

QA

영카트5에서 3등급이상만 가격볼수 있도록 ^^

답변 1

본문

main.10.skin.php 에서

영카트5에서 3등급이상만 가격볼수 있도록 하고싶습니다.

 

어떻게하면되는지 도움좀부탁드립니다. ^^

 

    if ($this->view_it_cust_price || $this->view_it_price) {

        echo "<div class=\"sct_cost\">\n";

        if ($this->view_it_cust_price && $row['it_cust_price']) {
            echo "<strike>".display_price($row['it_cust_price'])."</strike>\n";
        }

        if ($this->view_it_price) {
            echo display_price(get_price($row), $row['it_tel_inq'])."\n";
        }

        echo "</div>\n";

    }

 

감사합니다.

이 질문에 댓글 쓰기 :

답변 1

if ($member[mb_level]>2) { 

 

        echo "<div class=\"sct_cost\">\n";

        if ($this->view_it_cust_price && $row['it_cust_price']) {
            echo "<strike>".display_price($row['it_cust_price'])."</strike>\n";
        }

        if ($this->view_it_price) {
            echo display_price(get_price($row), $row['it_tel_inq'])."\n";
        }

        echo "</div>\n";

    }

}​

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