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) {
- ?>
-
-
- 총계
- 원 점
-
+ - 총계
+ - 원 점
+
+