'$ctime' "; sql_query($sql); } $s_uq_id = get_session('ss_uq_id'); // 선택필드 초기화 $sql = " update {$g4['shop_cart_table']} set ct_select = '0' where uq_id = '$s_uq_id' "; sql_query($sql); $cart_action_url = G4_SHOP_URL.'/cartupdate.php'; if (G4_IS_MOBILE) { include_once(G4_MSHOP_PATH.'/cart.php'); return; } $g4['title'] = '장바구니'; include_once('./_head.php'); ?>