如何只有会员可以购买物品,非会员必须注册才能购买 [英] How to do only member can purchase item, non-member must be register then only can purchase

查看:119
本文介绍了如何只有会员可以购买物品,非会员必须注册才能购买的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

帮助我,如何只有会员可以购买物品,非会员必须注册才能购买

Help me , How to do only member can purchase item, non-member must be register then only can purchase

推荐答案

您应该有一个登录系统供您使用Web应用程序。

当用户登录系统时,在会话中存储用户信息。



如果会话没有价值,那么访问者有尚未登录所以,不要让他/她购买,否则允许他。
You should have a Login System for your Web Application.
When user Logins into system, store User information in Session.

If Session does not have value, then the visitor has not yet login. So, don't allow him/her to purchase, else allow him.


我有简单的方法

1.显示你网站上的所有产品
2.customer点击任何产品

3.当显示登录页面

4.有注册并登录链接

5.使用该过程的会话

7.然后才进入下一步
i have simple way
1.shows all product in your website
2.customer click any product
3.when shows the login page
4.that have signup and sign in links
5.using session of that process
7.then only go to next step


这篇关于如何只有会员可以购买物品,非会员必须注册才能购买的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆