diff --git a/mobile/shop/cart.php b/mobile/shop/cart.php index f0b77eb1a..ed340f86f 100644 --- a/mobile/shop/cart.php +++ b/mobile/shop/cart.php @@ -130,29 +130,20 @@ 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) { - ?> - -
- 총계 - -
- + 0) { ?> +
총계
+
+ +
diff --git a/shop/cart.php b/shop/cart.php index dac1e3c64..280eda6f4 100644 --- a/shop/cart.php +++ b/shop/cart.php @@ -176,29 +176,24 @@ include_once('./_head.php'); 0) - { + $tot_amount = $tot_sell_amount + $send_cost; // 총계 = 주문상품금액합계 + 배송비 + if ($tot_amount > 0 || $send_cost > 0) { ?> +
+ 0) { // 배송비가 0 보다 크다면 (있다면) ?> +
배송비
+
+ -
- 배송비 - -
+ 0) { + ?> - - - 0) { - ?> - -
- 총계 - -
+
총계
+
+ +