쇼핑몰관리자: #231 배송비 지불방법 표시 관련 마크업 및 스타일 처리

This commit is contained in:
whitedot
2013-06-14 11:36:30 +09:00
parent 435cc2178b
commit a8821ebe72
4 changed files with 5 additions and 4 deletions

View File

@ -316,7 +316,7 @@ if (mysql_num_rows($result) == 0)
<td class="td_bignum"><?php echo number_format($row2['ct_price']); ?></td>
<td class="td_smallnum"><?php echo $fontqty1; ?><?php echo number_format($row2['ct_qty']); ?><?php echo $fontqty2; ?></td>
<td class="td_bignum"><?php echo number_format($row2_tot_amount); ?></td>
<td><?php echo $ct_send_cost; ?></td>
<td class="td_sendcost_by"><?php echo $ct_send_cost; ?></td>
</tr>
<?php $cnt++; } ?>
</tbody>