From c68fca429341da7cc959e0f299cae2963bb0a5ac Mon Sep 17 00:00:00 2001 From: chicpro Date: Mon, 29 Feb 2016 14:38:27 +0900 Subject: [PATCH] =?UTF-8?q?get=5Fsendcost=20=ED=95=A8=EC=88=98=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/shop.lib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shop.lib.php b/lib/shop.lib.php index 273f88a43..657c16a7e 100644 --- a/lib/shop.lib.php +++ b/lib/shop.lib.php @@ -1734,7 +1734,7 @@ function get_sendcost($cart_id, $selected=1) } $send_cost = 0; - if($default['de_send_cost_case'] == '차등' && $total_price > 0) { + if($default['de_send_cost_case'] == '차등' && $total_price >= 0) { // 금액별차등 : 여러단계의 배송비 적용 가능 $send_cost_limit = explode(";", $default['de_send_cost_limit']); $send_cost_list = explode(";", $default['de_send_cost_list']);