ThinkEMall <strong>ThinkEMall 1.0 Beta</strong> 介绍
ThinkEMall 1.0 Beta
本项目是基于ThinkCMF
X2.2.3内容管理框架开发的电子商城管理系统,是本人从设计转学程序的实践也是实验项目,目前系统还只是个雏形,代码相对比较随意并且使用了大量的自我构思,所以不喜勿喷!
整个系统仿制了大部分京东和天猫的最基础核心的功能包括:商城导航、购物车、订单、商品分类发布展示、商品筛选、品牌管理、收藏商品、收货地址管理、运费模板、广告、售后功能和支付做得比较随意……部分功能尚未开发实现:搜索功能,取消订单等、某些链接可能是空链接,开发的页面未进行SEO优化,但基本不影响使用。
文档教程暂时没空写,有问题可以进群交流或者联系我。
github项目地址:https://github.com/DoldrumsSky/ThinkEMall
我的联系方式:
QQ:451343282
使用安装
与ThinkCMF的使用安装方法相同,详细请访问 www.thinkcmf.com
商城列表页只有电脑/笔记本类目下有商品数据。
演示使用的图片资源请打开对应附件upload.zip,解压到data目录下即可。
为了方便研究,系统一些console log的信息未关闭,使用时请自行查找注释掉这些log代码。
商业应用前请自行测试系统,虽然已经测试修正多次,但不保证完全没问题,所以对于使用本系统所造成的任何损失概不负责。
系统加入了ThinkCMF之前的系统备份模块,但官方说过这个功能有问题,所以还是推荐自行手动备份数据库。
环境推荐
PHP5.5+
MysqL 5.6+
打开rewrite
商城系统应用目录
application\EMall
admin\themes\simplebootx\EMall
admin\themes\simplebootx\Admin\Main\index.html
admin\themes\simplebootx\Admin\ header.html
admin\themes\simplebootx\Admin\Nav\add.html
admin\themes\simplebootx\Admin\Nav\edit.html
public\simpleboot\css\simplebootadmin.css
application\User\Controller\IndexController.class.PHP
application\User\Controller\LoginController.class.PHP
application\User\Controller\ProfileController.class.PHP
application\User\Controller\RegisterController.class.PHP
application\Common\Controller\HomebaseController.class.PHP
application\Common\Controller\MemberbaseController.class.PHP
application\Admin\Controller\MainController.class.PHP
application\Admin\Lang\zh-cn\menu.PHP
application\Admin\Lang\zh-cn\nav.PHP
Jquery替换到了1.91以上
public\js\jquery.js
后台改动的前端脚本(使用on替换掉了Live)
admin\themes\simplebootx\Public\assets\js\index.js
application\Common\Conf\config.PHP
application\Common\Common\function.PHP
simplewind\Lib\Util\ Tree.class.PHP
筛选项模型
application\Common\Model \ SearcherModel.class .PHP
session会话处理类
simplewind\Core\Library\Think\Session\Driver\MysqLi.class.PHP
第三方类库
支付宝类库
simplewind\Core\Library\vendor \ PHPAlipay
微信支付类库
simplewind\Core\Library\vendor \PHPWeiXinPay
中文字符串转英文处理类库
simplewind\Core\Library\vendor \ PHPCharacter
二维码类库
simplewind\Core\Library\vendor \ PHPqrcode
ThinkEMall <strong>ThinkEMall 1.0 Beta</strong> 官网
https://git.oschina.net/langweaver/thinkemall
版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 [email protected] 举报,一经查实,本站将立刻删除。