답변 1개
채택된 답변
+20 포인트
10년 전
아래 파일에서 it_cust_price 를 찾은 후 true 부분을 false로 변경.
$list->set_view('it_cust_price', false);
/shop/list.php (목록화면)
/shop/index.php (필요하면 메인에서도 수정)
상세화면은 아래 파일에서 삭제.
/skin/shop/basic/item.form.skin.php
<?php if ($it['it_cust_price']) { ?>
<tr>
<th scope="row">시중가격</th>
<td><?php echo display_price($it['it_cust_price']); ?></td>
</tr>
<?php } // 시중가격 끝 ?>
로그인 후 평가할 수 있습니다
댓글을 작성하려면 로그인이 필요합니다.
답변을 작성하려면 로그인이 필요합니다.
로그인