배송비 총계 포인트 표시부분 수정

This commit is contained in:
chicpro
2013-06-13 13:54:56 +09:00
parent b016d4cb5c
commit 46b9997a5b
2 changed files with 10 additions and 6 deletions

View File

@ -192,15 +192,17 @@ include_once('./_head.php');
<?php
// 총계 = 주문상품금액합계 + 배송비
$tot_amount = $tot_sell_amount + $send_cost;
if ($tot_amount > 0) {
?>
<div id="sod_bsk_cnt" class="sod_bsk_tot">
<span>총계</span>
<strong><?php echo number_format($tot_amount); ?> 원 <?php echo number_format($tot_point); ?> 점</strong>
<strong><?php echo number_format($tot_amount); ?> 원</strong>
</div>
<?php } ?>
<div id="sod_bsk_cnt" class="sod_bsk_tot">
<span>포인트</span>
<strong><?php echo number_format($tot_point); ?> 점</strong>
</div>
<div id="sod_bsk_act">
<?php if ($i == 0) { ?>