관리자만 글 확인 채택완료
수정맘
6년 전
조회 2,808
안녕하세요
main.10.skin에서
----------------------------------------------------------------------------------
if ($this->view_it_cust_price || $this->view_it_price) {
echo "
\n";
\n";
if ($this->view_it_cust_price && $row['it_cust_price']) { echo "".display_price($row['it_cust_price'])."\n"; }
if ($this->view_it_price) { echo display_price(get_price($row), $row['it_tel_inq'])."\n"; }
if($row['it_1']){ echo "
".$row['it_1']."
";
}
echo "}
--------------------------------------------------------------------------------------
상품관리에서 여분필드1을 사용하고 있습니다.
'it_1'에 특정글자를 넣어서 사용하는데 관리자만 입력된 글자를 확인해야되는데
회원님들의 도움 바랍니다.^^
댓글을 작성하려면 로그인이 필요합니다.
답변 1개
답변을 작성하려면 로그인이 필요합니다.
로그인