团购网站的设计与实现(PHP,MySQL)(含录像)

以下是资料介绍,如需要完整的请充值下载. 本资料已审核过,确保内容和网页里介绍一致.  
无需注册登录,支付后按照提示操作即可获取该资料.
资料介绍:

团购网站的设计与实现(PHP,MySQL)(含录像)(任务书,开题报告,外文翻译,毕业论文14800字,程序代码,MySQL数据库,答辩PPT,答辩视频录像)
摘 要
随着电子技术和互联网以及移动互联网络的发展,信息技术以一种工具方式被引入到现在的商贸活动中,从而产生了电子商务(Electronic Commerce,EC),网络已经深入到各行各业,而使用电子商务作为团购渠道的人也日渐增多,未来更有可能对实体店销售模式造成重大的冲击,成为人们团购方式的主流,电子商务团购网站便是基于这样的背景下,应用B/S(BROWSER/SERVER)架构,有效运用INTERNET技术的辅助,开设网上团购平台,有效的降低运营成本,提高经营效益,实现消费者的网上团购和在线电子支付的一种新型的商业运营模式。
本文针对电子商务的发展和各类企业期望通过互联网方式销售自主产品的需求,设计了一个基于B/S模式的网上团购系统,,运用建站相关的各类技术,以及参照百货团购流程来实现网上团购系统。本文简要介绍了关于网站的流程设计,模块参数,以及各模块实现功能等。网站的主要构建由前台操作和后台管理两部分组成。前台操作可为顾客提供浏览网页和查询商品,比较及购买商品等功能。而后台管理则足网站的重中之重,不仅实现了网站的产品陈列,用户信息搜集整理以及后续订单生成,留言、评价等配套管理服务等。整个网站由系统设置模块、分类管理模块、商品管理模块、订单管理模块、留言管理模块、评价管理模块六部分组成。通过各个模块的功能逐个实现,并将前后台各模块之间的有效关联,从而使得网站顺利实现各需求功能。

关键词:电子商务,网上团购,B/S模式,PHP

 
The design and implementation of group
Abstract
With the development of electronic technology and the Internet and mobile Internet networks , information technology tools in a way to be introduced to the current commercial activities, resulting in the e-commerce, the network has penetrated all walks of life , and use of e-commerce as a shopping channel who is also increasing , the future is more likely to have a significant impact on the store sales model , become the mainstream way of shopping , e-commerce shopping site is based on such a background , the application of B / S architecture , the effective use of INTERNET technology assistance, open online shopping platform , effectively reduce operating costs, improve operational efficiency and achieve a new business model consumers' online shopping and online electronic payments.
In this paper, the development of e-commerce and various businesses expect demand for independent product sales through the Internet the way , was designed based on B / S mode of online shopping systems , use of various technologies related station , as well as the process to achieve the reference department store shopping online shopping system. This paper describes the design process on the website , the module parameters, and each module functions. The main construction of the site from the front and back office management operations of two parts . Reception operation provides web browsing and querying of goods to customers , compare and buy goods and other functions. The Management is the most important sites of the foot , not only the site of product display, user information collection and collation and subsequent order generation , logistics, customer service, sales support and other value-added services . Composed of six parts throughout the site by the system setting module, category management module , commodity management module , order management module , message management module, management module evaluation . Achieved through the function of each module individually , and effective link between the front and back of each module , so that the smooth realization of the demand function of the site .

Keywords : e-commerce, online store , B / S mode , PHP
 
(一)前台管理功能分析
团购网站是一种电子商务网站,其最基本的功能就是商品的展示和销售。需要在网页中加入商品展示模块,方便顾客浏览网站发布的团购信息,模块中包括商品信息的管理和企业信息的发布以及商品的展示。顾客想要购买团购产品,必须要进行会员注册,顾客只要在网站上登记注册,即可成为会员,顾客在注册后可以直接登陆网站首页浏览商品,订购商品,没有注册的顾客需免费注册后录入数据库后才能挑选商品和订购以及相应的服务。在确定购买团购产品时进入购物车环节,此时会有一个算法的产生。在购物成功后会形成相应的订单,顾客就可以进行订单的查询,通过网上支付后,也可以实现留言信息功能。
(二)后台管理功能分析
对管理员的身份认证;管理员登陆后可以实现对企业要发布的相关团购产品的信息进行添加和更新,包括图片、资料介绍等。此时等待客户浏览优惠商品,当客户决定购买下订单后,管理员即可对订单进行相关处理,客户完成了网上支付后团购结束。除此之外,管理员可以在允许的情况下修改用户的基本信息,对其信息进行管理,对客户的留言意见给予答复等等。

系统主要功能
网上团购系统主要包含六大模块系统设置、分类管理、商品管理、订单管理、留言管理、评价管理等功能模块。从角色上,本网站系统主要面向两类用户:普通用户和管理员用户。其中普通用户又可细分为游客和会员。普通用户:普通用户是本电子商务网站的主要使用者,其通过网络登录团购可进行商品搜索浏览,注册用户可在团购购买商品。管理员用户:管理员用户负责维护整个网,对前台订单进行管理,对数据库中商品分类和商品信息进行增加、删除、修改、查询。
 

团购网站的设计与实现(PHP,MySQL)
团购网站的设计与实现(PHP,MySQL)
团购网站的设计与实现(PHP,MySQL)
团购网站的设计与实现(PHP,MySQL)
团购网站的设计与实现(PHP,MySQL)
团购网站的设计与实现(PHP,MySQL)


目 录
1 绪论    1
1.1 课题背景及意义    1
1.2 国内外研究现状    2
1.3 本课题主要工作    3
1.3.1设计内容和思路    3
2 相关技术简介    4
2.1 PHP相关简介    4
2.2 数据库简介    6
2.3 Apache简介    8
2.4 Eclipse简介    8
2.5 B/S架构编程体系    9
3 系统分析    10
3.1用户需求分析    10
3.2 系统设计目标    11
3.3 系统可行性分析    11
3.4 系统功能需求概述    12
3.5 系统设计规则    13
3.6 业务流程设计    13
3.7 数据库设计    14
3.7.1 数据库设计规范    14
3.7.2 数据库概念模型    15
3.7.3 数据表字段设计    16
4 系统设计与实现    19
4.1 系统主要功能    19
4.2 系统各个功能模块实现    20
4.2.1 数据库连接实现    20
4.2.2 登录功能实现    21
4.2.3 分类管理模块实现    23
4.2.4 商品管理模块实现    24
4.2.5 订单管理实现    27
4.2.6 后台管理实现    28
5 总结    31
参考文献    32
致谢    34