택배 조회 URL 및 일부 코드 수정
This commit is contained in:
@ -8,7 +8,7 @@ if (!defined('G5_USE_SHOP') || !G5_USE_SHOP) return;
|
|||||||
.'(배송업체명^택배조회URL^연락처)'
|
.'(배송업체명^택배조회URL^연락처)'
|
||||||
*/
|
*/
|
||||||
define('G5_DELIVERY_COMPANY',
|
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://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.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)'
|
.'(로젠택배^http://www.ilogen.com/iLOGEN.Web.New/TRACE/TraceView.aspx?gubun=slipno&slipno=^1588-9988)'
|
||||||
|
|||||||
@ -41,6 +41,7 @@ do {
|
|||||||
if($j > 20)
|
if($j > 20)
|
||||||
die(json_encode(array('error' => 'Coupon ID Error')));
|
die(json_encode(array('error' => 'Coupon ID Error')));
|
||||||
}
|
}
|
||||||
|
$j++;
|
||||||
} while(1);
|
} while(1);
|
||||||
|
|
||||||
$cp = array_map('addslashes', $cp);
|
$cp = array_map('addslashes', $cp);
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
||||||
|
|
||||||
if(G5_COMMUNITY_USE === false) {
|
if(G5_COMMUNITY_USE === false) {
|
||||||
include_once(G5_THEME_SHOP_PATH.'/shop.head.php');
|
include_once(G5_THEME_MSHOP_PATH.'/shop.head.php');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user