AddMorePrecode.php
5.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
<?php
define('EmpireCMSAdmin','1');
require("../../class/connect.php");
require("../../class/db_sql.php");
require("../../class/functions.php");
$link=db_connect();
$empire=new mysqlquery();
$editor=1;
//驗證用戶
$lur=is_login();
$logininid=$lur['userid'];
$loginin=$lur['username'];
$loginrnd=$lur['rnd'];
$loginlevel=$lur['groupid'];
$loginadminstyleid=$lur['adminstyleid'];
//ehash
$ecms_hashur=hReturnEcmsHashStrAll();
//驗證權限
CheckLevel($logininid,$loginin,$classid,"precode");
$enews=ehtmlspecialchars($_GET['enews']);
$url="<a href=ListPrecode.php".$ecms_hashur['whehref'].">管理優惠碼</a> > <a href=AddMorePrecode.php".$ecms_hashur['whehref'].">批量增加優惠碼</a>";
//會員組
$membergroup='';
$line=5;//一行顯示五個
$i=0;
$mgsql=$empire->query("select groupid,groupname from {$dbtbpre}enewsmembergroup order by level");
while($level_r=$empire->fetch($mgsql))
{
$i++;
$br='';
if($i%$line==0)
{
$br='<br>';
}
$membergroup.="<input type='checkbox' name='groupid[]' value='$level_r[groupid]'>".$level_r[groupname]." ".$br;
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>批量增加優惠碼</title>
<link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
<script src="../ecmseditor/fieldfile/setday.js"></script>
</head>
<body>
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
<tr>
<td>位置:<?=$url?></td>
</tr>
</table>
<form name="form1" method="post" action="ListPrecode.php">
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
<?=$ecms_hashur['form']?>
<tr class="header">
<td height="25" colspan="2"><div align="center">批量增加優惠碼
<input name="enews" type="hidden" id="enews" value="AddMorePrecode">
</div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="17%" height="25">批量生成數量(*):</td>
<td width="83%" height="25"><input name="donum" type="text" id="donum" value="10" size="42">
個</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">優惠碼位數(*):</td>
<td height="25"><input name="precodenum" type="text" id="cardnum" value="20" size="42">
位 </td>
</tr>
<tr bgcolor="#FFFFFF">
<td width="17%" height="25">優惠碼名稱(*):</td>
<td width="83%" height="25"><input name="prename" type="text" id="prename" size="42"></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">優惠類型:</td>
<td height="25"><select name="pretype" id="pretype">
<option value="0" selected>減金額</option>
<option value="1">商品百分比</option>
</select>
<font color="#666666">(「減金額」即訂單金額-優惠金額,「商品百分比」即給商品打多少折)</font> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">優惠金額(*):</td>
<td height="25"><input name="premoney" type="text" id="premoney" size="42">
<font color="#666666">(當減金額時填金額,單位:元,當商品百分比時填百分比,單位:%)</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">過期時間:</td>
<td height="25"><input name="endtime" type="text" id="endtime" size="42" onclick="setday(this)">
<font color="#666666">(空為不限制)</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">優惠碼重複使用:</td>
<td height="25"><input name="reuse" type="radio" value="0" checked>
一次性使用
<input type="radio" name="reuse" value="1">
可以重複使用</td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25"> </td>
<td height="25">限制重複使用次數:
<input name="usenum" type="text" id="usenum" value="0">
<font color="#666666">(0為不限)</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">滿多少金額可使用:</td>
<td height="25"><input name="musttotal" type="text" id="musttotal" value="0" size="42">
元 <font color="#666666">(0為不限)</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">可使用的會員組:<br>
<font color="#666666">(不選為不限)</font></td>
<td height="25"><?=$membergroup?></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25">可使用的欄目商品:</td>
<td height="25"><input name="classid" type="text" id="classid" size="42" onclick="setday(this)">
<font color="#666666">(空為不限,要填寫終極欄目ID,多個ID可用半角逗號隔開「,」)</font></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="25" colspan="2"><div align="center">
<input type="submit" name="Submit" value="提交">
<input type="reset" name="Submit2" value="重置">
</div></td>
</tr>
</table>
</form>
</body>
</html>
<?
db_close();
$empire=null;
?>