SetShopSys.php 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. <?php
  2. define('EmpireCMSAdmin','1');
  3. require("../../class/connect.php");
  4. require("../../class/db_sql.php");
  5. require("../../class/functions.php");
  6. require("class/hShopSysFun.php");
  7. $link=db_connect();
  8. $empire=new mysqlquery();
  9. $editor=1;
  10. //验证用户
  11. $lur=is_login();
  12. $logininid=$lur['userid'];
  13. $loginin=$lur['username'];
  14. $loginrnd=$lur['rnd'];
  15. $loginlevel=$lur['groupid'];
  16. $loginadminstyleid=$lur['adminstyleid'];
  17. //ehash
  18. $ecms_hashur=hReturnEcmsHashStrAll();
  19. //验证权限
  20. CheckLevel($logininid,$loginin,$classid,"public");
  21. $r=$empire->fetch1("select * from {$dbtbpre}enewsshop_set limit 1");
  22. //刷新表
  23. $changetable='';
  24. $i=0;
  25. $tsql=$empire->query("select tid,tbname,tname from {$dbtbpre}enewstable order by tid");
  26. while($tr=$empire->fetch($tsql))
  27. {
  28. $i++;
  29. if($i%4==0)
  30. {
  31. $br="<br>";
  32. }
  33. else
  34. {
  35. $br="";
  36. }
  37. $checked='';
  38. if(stristr($r['shoptbs'],','.$tr[tbname].','))
  39. {
  40. $checked=' checked';
  41. }
  42. $changetable.="<input type=checkbox name=tbname[] value='$tr[tbname]'".$checked.">$tr[tname]&nbsp;&nbsp;".$br;
  43. }
  44. //权限
  45. $shopddgroup='';
  46. $mgsql=$empire->query("select groupid,groupname from {$dbtbpre}enewsmembergroup order by level");
  47. while($mgr=$empire->fetch($mgsql))
  48. {
  49. if($r[shopddgroupid]==$mgr[groupid])
  50. {
  51. $shopddgroup_select=' selected';
  52. }
  53. else
  54. {
  55. $shopddgroup_select='';
  56. }
  57. $shopddgroup.="<option value=".$mgr[groupid].$shopddgroup_select.">".$mgr[groupname]."</option>";
  58. }
  59. db_close();
  60. $empire=null;
  61. ?>
  62. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  63. <html>
  64. <head>
  65. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  66. <title>商城参数设置</title>
  67. <link href="../adminstyle/<?=$loginadminstyleid?>/adminstyle.css" rel="stylesheet" type="text/css">
  68. </head>
  69. <body>
  70. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1">
  71. <tr>
  72. <td><p>位置:商城参数设置</p>
  73. </td>
  74. </tr>
  75. </table>
  76. <form name="plset" method="post" action="ecmsshop.php">
  77. <table width="100%" border="0" align="center" cellpadding="3" cellspacing="1" class="tableborder">
  78. <?=$ecms_hashur['form']?>
  79. <tr class="header">
  80. <td height="25" colspan="2">商城参数设置
  81. <input name=enews type=hidden value=SetShopSys></td>
  82. </tr>
  83. <tr bgcolor="#FFFFFF">
  84. <td height="25">指定使用商城功能的数据表</td>
  85. <td width="81%"><?=$changetable?></td>
  86. </tr>
  87. <tr bgcolor="#FFFFFF">
  88. <td height="25">购买流程</td>
  89. <td><select name="buystep" size="1" id="buystep">
  90. <option value="0"<?=$r['buystep']==0?' selected':''?>>购物车 &gt; 联系方式+配送方式+支付方式 &gt; 确认订单 &gt; 提交订单</option>
  91. <option value="1"<?=$r['buystep']==1?' selected':''?>>购物车 &gt; 联系方式+配送方式+支付方式 &gt; 提交订单</option>
  92. <option value="2"<?=$r['buystep']==2?' selected':''?>>联系方式+配送方式+支付方式 &gt; 提交订单</option>
  93. </select> </td>
  94. </tr>
  95. <tr bgcolor="#FFFFFF">
  96. <td height="25">&nbsp;</td>
  97. <td><input name="shoppsmust" type="checkbox" id="shoppsmust" value="1"<?=$r['shoppsmust']==1?' checked':''?>>
  98. 显示配送方式
  99. <input name="shoppayfsmust" type="checkbox" id="shoppayfsmust" value="1"<?=$r['shoppayfsmust']==1?' checked':''?>>
  100. 显示支付方式 <font color="#666666">(提交订单时不显示且为非必选项)</font></td>
  101. </tr>
  102. <tr bgcolor="#FFFFFF">
  103. <td height="25">提交订单权限</td>
  104. <td><select name="shopddgroupid" id="shopddgroupid">
  105. <option value="0"<?=$r['shopddgroupid']==0?' selected':''?>>游客</option>
  106. <option value="1"<?=$r['shopddgroupid']==1?' selected':''?>>会员才能提交订单</option>
  107. </select></td>
  108. </tr>
  109. <tr bgcolor="#FFFFFF">
  110. <td height="25">购物车最大商品数</td>
  111. <td><input name="buycarnum" type="text" id="buycarnum" value="<?=$r[buycarnum]?>">
  112. <font color="#666666">(0为不限,为1时购物车会采用替换原商品方式)</font></td>
  113. </tr>
  114. <tr bgcolor="#FFFFFF">
  115. <td height="25">单商品最大购买数</td>
  116. <td><input name="singlenum" type="text" id="singlenum" value="<?=$r[singlenum]?>">
  117. <font color="#666666">(0为不限,限制订单里单个商品最大购买数量)</font></td>
  118. </tr>
  119. <tr bgcolor="#FFFFFF">
  120. <td height="25">满多少金额免运费</td>
  121. <td><input name="freepstotal" type="text" id="freepstotal" value="<?=$r[freepstotal]?>">
  122. <font color="#666666">(0为无免运费)</font></td>
  123. </tr>
  124. <tr bgcolor="#FFFFFF">
  125. <td height="25">购物车支持附加属性</td>
  126. <td><input type="radio" name="haveatt" value="1"<?=$r['haveatt']==1?' checked':''?>>
  127. 开启
  128. <input type="radio" name="haveatt" value="0"<?=$r['haveatt']==0?' checked':''?>>
  129. 关闭<font color="#666666">(加入商品可用“addatt”数组变量传递,例如:&amp;addatt[]=蓝色)</font></td>
  130. </tr>
  131. <tr bgcolor="#FFFFFF">
  132. <td height="25">会员可自己取消订单的时间</td>
  133. <td><input name="dddeltime" type="text" id="dddeltime" value="<?=$r[dddeltime]?>">
  134. 分钟 <font color="#666666">(超过设定时间会员自己不能删除订单,0为不可删除)</font></td>
  135. </tr>
  136. <tr bgcolor="#FFFFFF">
  137. <td height="25">库存减少设置</td>
  138. <td><select name="cutnumtype" id="cutnumtype">
  139. <option value="0"<?=$r[cutnumtype]==0?' selected':''?>>下订单时减少库存</option>
  140. <option value="1"<?=$r[cutnumtype]==1?' selected':''?>>下订单并支付时减少库存</option>
  141. </select> </td>
  142. </tr>
  143. <tr bgcolor="#FFFFFF">
  144. <td height="25">未付款多少时间后还原库存</td>
  145. <td><input name="cutnumtime" type="text" id="cutnumtime" value="<?=$r[cutnumtime]?>">
  146. 分钟 <font color="#666666">(0为不限,超过设定时间自动取消订单,并还源库存)</font></td>
  147. </tr>
  148. <tr bgcolor="#FFFFFF">
  149. <td width="22%" height="25">是否提供发票</td>
  150. <td><input name="havefp" type="checkbox" id="havefp" value="1"<?=$r[havefp]==1?' checked':''?>>
  151. 是,收取
  152. <input name="fpnum" type="text" id="fpnum" value="<?=$r[fpnum]?>" size="6">
  153. % 的发票费</td>
  154. </tr>
  155. <tr bgcolor="#FFFFFF">
  156. <td height="25">发票名称<br>
  157. <br>
  158. <font color="#666666">(一行一个,比如:办公用品)</font></td>
  159. <td><textarea name="fpname" cols="38" rows="8" id="fpname"><?=ehtmlspecialchars($r[fpname])?></textarea></td>
  160. </tr>
  161. <tr bgcolor="#FFFFFF">
  162. <td height="25">订单必填项</td>
  163. <td height="25"><table width="100%" border="0" cellspacing="1" cellpadding="3">
  164. <tr>
  165. <td><input name="ddmustf[]" type="checkbox" id="ddmustf[]" value="truename"<?=stristr($r['ddmust'],',truename,')?' checked':''?>>
  166. 姓名</td>
  167. </tr>
  168. <tr>
  169. <td><input name="ddmustf[]" type="checkbox" id="ddmustf[]" value="oicq"<?=stristr($r['ddmust'],',oicq,')?' checked':''?>>
  170. QQ</td>
  171. </tr>
  172. <tr>
  173. <td><input name="ddmustf[]" type="checkbox" id="ddmustf[]" value="msn"<?=stristr($r['ddmust'],',msn,')?' checked':''?>>
  174. MSN</td>
  175. </tr>
  176. <tr>
  177. <td><input name="ddmustf[]" type="checkbox" id="ddmustf[]" value="email"<?=stristr($r['ddmust'],',email,')?' checked':''?>>
  178. 邮箱</td>
  179. </tr>
  180. <tr>
  181. <td><input name="ddmustf[]" type="checkbox" id="ddmustf[]" value="mycall"<?=stristr($r['ddmust'],',mycall,')?' checked':''?>>
  182. 固定电话</td>
  183. </tr>
  184. <tr>
  185. <td><input name="ddmustf[]" type="checkbox" id="ddmustf[]" value="phone"<?=stristr($r['ddmust'],',phone,')?' checked':''?>>
  186. 手机</td>
  187. </tr>
  188. <tr>
  189. <td><input name="ddmustf[]" type="checkbox" id="ddmustf[]" value="address"<?=stristr($r['ddmust'],',address,')?' checked':''?>>
  190. 联系地址</td>
  191. </tr>
  192. <tr>
  193. <td><input name="ddmustf[]" type="checkbox" id="ddmustf[]" value="zip"<?=stristr($r['ddmust'],',zip,')?' checked':''?>>
  194. 邮编</td>
  195. </tr>
  196. <tr>
  197. <td><input name="ddmustf[]" type="checkbox" id="ddmustf[]" value="signbuild"<?=stristr($r['ddmust'],',signbuild,')?' checked':''?>>
  198. 标志建筑</td>
  199. </tr>
  200. <tr>
  201. <td><input name="ddmustf[]" type="checkbox" id="ddmustf[]" value="besttime"<?=stristr($r['ddmust'],',besttime,')?' checked':''?>>
  202. 送货最佳时间</td>
  203. </tr>
  204. <tr>
  205. <td><input name="ddmustf[]" type="checkbox" id="ddmustf[]" value="bz"<?=stristr($r['ddmust'],',bz,')?' checked':''?>>
  206. 备注</td>
  207. </tr>
  208. </table></td>
  209. </tr>
  210. <tr bgcolor="#FFFFFF">
  211. <td height="25">&nbsp;</td>
  212. <td height="25"><input type="submit" name="Submit" value="提交"> <input type="reset" name="Submit2" value="重置"></td>
  213. </tr>
  214. </table>
  215. </form>
  216. </body>
  217. </html>