- 有的时候我们使用ecshop建站,需要在注册时候加入手机注册项,以下最模板提供修改方法:
- 1、打开 flow.dwt 默认模板七百多行找到注册的显示的地方 加入
- <tr>
- <td bgcolor=”#ffffff” align=”right”>手机:</td>
- <td bgcolor=”#ffffff”><input name=”mobile_phone” type=”text” class=”inputBg” id=”mobile_phone” /></td>
- </tr>
- 2、打开 flow.php 301 行 修改为
- $other[‘mobile_phone’] = $_POST[‘mobile_phone’];
- if (register(trim($_POST[‘username’]), trim($_POST[‘password’]), trim($_POST[’email’],$other)))
转载请注明:汇站网 » ecshop 购物过程的注册加手机注册项