diff --git a/mobile/shop/cart.php b/mobile/shop/cart.php index 15d6aeeb9..056f9b42d 100644 --- a/mobile/shop/cart.php +++ b/mobile/shop/cart.php @@ -131,33 +131,22 @@ include_once(G4_MSHOP_PATH.'/_head.php'); 0) - { + $tot_amount = $tot_sell_amount + $send_cost; // 총계 = 주문상품금액합계 + 배송비 + if ($tot_amount > 0 || $send_cost > 0) { ?> +
+ 0) { // 배송비가 0 보다 크다면 (있다면) ?> +
배송비
+
+ -
- 배송비 - -
- + 0) { ?> +
총계
+
+ +
- - -
- 총계 - -
- -
- 포인트 - -
-
쇼핑 계속하기 diff --git a/shop/cart.php b/shop/cart.php index 73fb4088f..1379a5f13 100644 --- a/shop/cart.php +++ b/shop/cart.php @@ -177,33 +177,26 @@ include_once('./_head.php'); 0) - { + $tot_amount = $tot_sell_amount + $send_cost; // 총계 = 주문상품금액합계 + 배송비 + if ($tot_amount > 0 || $send_cost > 0) { ?> +
+ 0) { // 배송비가 0 보다 크다면 (있다면) ?> +
배송비
+
+ -
- 배송비 - -
+ 0) { + ?> +
총계
+
+ + +
- - -
- 총계 - -
- -
- 포인트 - -
-
쇼핑 계속하기