쇼핑몰 리스트 품절 표시 질문드립니다. 채택완료
tacks
6년 전
조회 3,303
아래 소스에 품절표시를 넣으려고하는데 적용이 않되서 어찌 수정을 해야하는지 문의 드립니다.
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 "₩";
echo " ";
echo "<strike>".display_price($row['it_cust_price'])."</strike>\n";
echo "<bR>";
}
if ($this->view_it_price) {
echo "₩";
echo " ";
echo display_price(get_price($row), $row['it_tel_inq'])."\n";
}
echo "</div>\n";
}
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인