가격나오는 곳 앞에 $라고 넣고 싶은데요...

가격나오는 곳 앞에 $라고 넣고 싶은데요...

QA

가격나오는 곳 앞에 $라고 넣고 싶은데요...

본문

list.10.skin.php 에서

가격나오는 곳에 가격 앞에 혹은 다른 이미지를 넣고 싶은데 어느곳에 넣어야 할지 모르겠습니다.

 

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

    }

        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 ($this->view_it_cust_price || $this->view_it_price) {
    }
        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";
    }​
 
 
 
답변을 작성하시기 전에 로그인 해주세요.
전체 16,792
QA 내용 검색

회원로그인

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