'', 'cp_subject'=>'', 'cp_target'=>'', 'mb_id'=>'', 'cp_type'=>'', 'cp_price'=>'', 'cp_trunc'=>'', 'cp_minimum'=>'', 'cp_maximum'=>'', ); $g5['title'] = '쿠폰관리'; if ($w == 'u') { $html_title = '쿠폰 수정'; $sql = " select * from {$g5['g5_shop_coupon_table']} where cp_id = '$cp_id' "; $cp = sql_fetch($sql); if (!$cp['cp_id']) alert('등록된 자료가 없습니다.'); } else { $html_title = '쿠폰 입력'; $cp['cp_start'] = G5_TIME_YMD; $cp['cp_end'] = date('Y-m-d', (G5_SERVER_TIME + 86400 * 7)); } if($cp['cp_method'] == 1) { $cp_target_label = '적용분류'; $cp_target_btn = '분류검색'; } else { $cp_target_label = '적용상품'; $cp_target_btn = '상품검색'; } include_once (G5_ADMIN_PATH.'/admin.head.php'); include_once(G5_PLUGIN_PATH.'/jquery-ui/datepicker.php'); ?>
쿠폰발행알림
목록