shopex472注册新用户跳过协议的方法
2008年11月06日
会员协议对大多数网站都是需要的,但为了追求注册的简洁,也可以考虑隐藏或者去掉会员注册协议。
shopex的4.72版本的注册流程是可以改变的,方法如下:
1)打开 register.dwt,找到
<iframe onLoad=”goSetHeight()” name=”ifrm” id=”ifrm” src=”./index.php?gOo=register_1.dwt” width=”100%” height=”100%” scrolling=”no” frameborder=”0″>Sorry, your browser doesn’t support iframes.</iframe>
改成
<iframe onLoad=”goSetHeight()” name=”ifrm” id=”ifrm” src=”./index.php?gOo=register_2.dwt” width=”100%” height=”100%” scrolling=”no” frameborder=”0″>Sorry, your browser doesn’t support iframes.</iframe>
这样,注册的时候就跳过了 register_1.dwt ,也就是会员注册协议这一步,直接到了填写用户名密码这个页面了。
还没有任何评论,你来说两句吧