2.1.5模板在2.5.0版本上使用修改

2016-07-07 16:41 来源:www.chinab4c.com 作者:ecshop专家

由于新的程序中加入了用户协议的选取
致使老模板上传后无法注册会员
在这里只需打开user_passport.dwt文件
查找关键字$lang.label_confirm_password
然后在该段代码</tr>后面加上
<tr>
<td> </td>
<td><label>
<input name="agreement" type="checkbox" value="1" checked="checked" />
<b>{$lang.agreement}</b></label></td>
</tr>
即可顺利注册

回答:
强,顶一个;
虽然还没有用上2.5