#176 모바일 쇼핑몰 옵션 기능 수정

This commit is contained in:
chicpro
2013-05-29 10:14:27 +09:00
parent 73052f642d
commit e0bb9069bd
4 changed files with 219 additions and 218 deletions

View File

@ -300,7 +300,7 @@ else
<?php } else { // 전화문의가 아닐 경우?>
<?php if ($it['it_cust_price']) { // 1.00.03?>
<tr>
<th scope="row"><label for="disp_cust_price">시중가격</label></th>
<th scope="row">시중가격</th>
<td><?php echo display_price($it['it_cust_price']); ?></td>
</tr>
<?php } // 시중가격 끝 ?>