item.php 에서, 빨간색 부분을 추가
<? if ($it[it_cust_amount] > $it[it_amount] ) { // 1.00.03. ?>
<tr height=25>
<td> 시중 가격</td>
<td align=center>:</td>
<td><input type=text name=disp_cust_amount size=12 style='text-align:right; border:none; border-width:0px; font-weight:bold; width:80px; color:#777777; text-decoration:line-through;' readonly value='<?=number_format($it[it_cust_amount])?>'> 원</td>
</tr>
<tr><td colspan=3 height=1 background='<?=$g4[shop_img_path]?>/dot_line.gif'></td></tr>
<? } ?>
실수로 시중가격을 비회원가격보다 작게 입력했을 경우에.. 시중가격이 출력되지 않도록..
<? if ($it[it_cust_amount] > $it[it_amount] ) { // 1.00.03. ?>
<tr height=25>
<td> 시중 가격</td>
<td align=center>:</td>
<td><input type=text name=disp_cust_amount size=12 style='text-align:right; border:none; border-width:0px; font-weight:bold; width:80px; color:#777777; text-decoration:line-through;' readonly value='<?=number_format($it[it_cust_amount])?>'> 원</td>
</tr>
<tr><td colspan=3 height=1 background='<?=$g4[shop_img_path]?>/dot_line.gif'></td></tr>
<? } ?>
실수로 시중가격을 비회원가격보다 작게 입력했을 경우에.. 시중가격이 출력되지 않도록..
댓글 3개
게시글 목록
| 번호 | 제목 |
|---|---|
| 1214 | |
| 1208 | |
| 1205 | |
| 1198 | |
| 1196 | |
| 1195 | |
| 1187 | |
| 1181 | |
| 1179 | |
| 1178 | |
| 1174 | |
| 1162 | |
| 1152 | |
| 1149 | |
| 1145 | |
| 1124 | |
| 1123 | |
| 1116 | |
| 1507 | |
| 1114 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기