From 35bbcb11ad27fcec49654fced7f4b733271df1e6 Mon Sep 17 00:00:00 2001 From: chicpro Date: Fri, 31 May 2013 17:02:06 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B9=84=ED=9A=8C=EC=9B=90=20=EC=9E=A5?= =?UTF-8?q?=EB=B0=94=EA=B5=AC=EB=8B=88=20uq=5Fid=20=EC=BF=A0=ED=82=A4=20?= =?UTF-8?q?=EC=B4=88=EA=B8=B0=ED=99=94=20=EC=BD=94=EB=93=9C=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shop/orderformupdate.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/shop/orderformupdate.php b/shop/orderformupdate.php index 3dad446cf..c2b956e10 100644 --- a/shop/orderformupdate.php +++ b/shop/orderformupdate.php @@ -353,5 +353,9 @@ if (get_session('ss_direct')) else set_session('ss_uq_id', ''); +// 비회원장바구니 쿠키 초기화 +if(get_cookie('ck_guest_cart_uqid')) + set_cookie('ck_guest_cart_uqid', '', 0); + goto_url(G4_SHOP_URL.'/orderinquiryview.php?od_id='.$od_id.'&uq_id='.$tmp_uq_id); ?>