diff --git a/extend/shop.extend.php b/extend/shop.extend.php index ffcf1717a..2472b031f 100644 --- a/extend/shop.extend.php +++ b/extend/shop.extend.php @@ -8,7 +8,7 @@ if (!defined('G5_USE_SHOP') || !G5_USE_SHOP) return; .'(배송업체명^택배조회URL^연락처)' */ define('G5_DELIVERY_COMPANY', - '(경동택배^http://www.kdexp.com/sub3_shipping.asp?stype=1&p_item=^080-873-2178)' + '(경동택배^https://kdexp.com/basicNewDelivery.kd?barcode=^080-873-2178)' .'(대신택배^http://home.daesinlogistics.co.kr/daesin/jsp/d_freight_chase/d_general_process2.jsp?billno1=^043-222-4582)' .'(동부택배^http://www.dongbups.com/delivery/delivery_search_view.jsp?item_no=^1588-8848)' .'(로젠택배^http://www.ilogen.com/iLOGEN.Web.New/TRACE/TraceView.aspx?gubun=slipno&slipno=^1588-9988)' diff --git a/shop/ajax.coupondownload.php b/shop/ajax.coupondownload.php index d74c8cedf..65a197e26 100644 --- a/shop/ajax.coupondownload.php +++ b/shop/ajax.coupondownload.php @@ -41,6 +41,7 @@ do { if($j > 20) die(json_encode(array('error' => 'Coupon ID Error'))); } + $j++; } while(1); $cp = array_map('addslashes', $cp); diff --git a/theme/basic/mobile/head.php b/theme/basic/mobile/head.php index fd52ea823..eccc370b7 100644 --- a/theme/basic/mobile/head.php +++ b/theme/basic/mobile/head.php @@ -2,7 +2,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가 if(G5_COMMUNITY_USE === false) { - include_once(G5_THEME_SHOP_PATH.'/shop.head.php'); + include_once(G5_THEME_MSHOP_PATH.'/shop.head.php'); return; }