배송비 총계 포인트 표시부분 수정
This commit is contained in:
@ -146,15 +146,17 @@ include_once(G4_MSHOP_PATH.'/_head.php');
|
|||||||
<?php
|
<?php
|
||||||
// 총계 = 주문상품금액합계 + 배송비
|
// 총계 = 주문상품금액합계 + 배송비
|
||||||
$tot_amount = $tot_sell_amount + $send_cost;
|
$tot_amount = $tot_sell_amount + $send_cost;
|
||||||
if ($tot_amount > 0) {
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="sod_bsk_cnt" class="sod_bsk_tot">
|
<div id="sod_bsk_cnt" class="sod_bsk_tot">
|
||||||
<span>총계</span>
|
<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>
|
</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">
|
<div id="sod_bsk_act">
|
||||||
<?php if ($i == 0) { ?>
|
<?php if ($i == 0) { ?>
|
||||||
|
|||||||
@ -192,15 +192,17 @@ include_once('./_head.php');
|
|||||||
<?php
|
<?php
|
||||||
// 총계 = 주문상품금액합계 + 배송비
|
// 총계 = 주문상품금액합계 + 배송비
|
||||||
$tot_amount = $tot_sell_amount + $send_cost;
|
$tot_amount = $tot_sell_amount + $send_cost;
|
||||||
if ($tot_amount > 0) {
|
|
||||||
?>
|
?>
|
||||||
|
|
||||||
<div id="sod_bsk_cnt" class="sod_bsk_tot">
|
<div id="sod_bsk_cnt" class="sod_bsk_tot">
|
||||||
<span>총계</span>
|
<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>
|
</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">
|
<div id="sod_bsk_act">
|
||||||
<?php if ($i == 0) { ?>
|
<?php if ($i == 0) { ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user