|
有的时候我们使用ecshop建站,需要在注册时候加入手机注册项,以下最模板提供修改方法:
1、打开flow.dwt 默认模板七百多行找到注册的显示的地方 加入
[tr]
[td]手机:[/td]
[td][i,[/td]
[/tr]
2、打开flow.php 301行 修改为
$other['mobile_phone', = $_POST['mobile_phone',;
if (register(trim($_POST['username',)] trim($_POST['password',)] trim($_POST['email',,$other))) |
|