Giter VIP home page Giter VIP logo

thinkemall's Introduction

ThinkEMall 1.0 Beta

本项目是基于ThinkCMF X2.2.3内容管理框架开发的电子商城管理系统,是本人从设计转学程序的实践也是实验项目,目前系统还只是个雏形,代码相对比较随意并且使用了大量的自我构思,所以不喜勿喷! 整个系统仿制了大部分京东和天猫的最基础核心的功能包括:商城导航、购物车、订单、商品分类发布展示、商品筛选、品牌管理、收藏商品、收货地址管理、运费模板、广告、售后功能和支付做得比较随意……部分功能尚未开发实现:搜索功能,取消订单等、某些链接可能是空链接,开发的页面未进行seo优化,但基本不影响使用。文档教程暂时没空写,有问题可以进群交流或者联系我。

我的联系方式:

QQ:451343282

技术交流群:1950562

使用安装

与ThinkCMF的使用安装方法相同,详细请访问 www.thinkcmf.com

商城列表页只有电脑/笔记本类目下有商品数据

演示使用的图片资源请解压根目录下对应附件upload.zip,解压到data目录下即可。

为了方便研究,系统一些console log的信息未关闭,使用时请自行查找注释掉这些log代码

商业应用前请自行测试系统,虽然已经测试修正多次,但不保证完全没问题,所以对于使用本系统所造成的任何损失概不负责。

系统加入了ThinkCMF之前的系统备份模块,但官方说过这个功能有问题,所以还是推荐自行手动备份数据库。

环境推荐

php5.5+

mysql 5.6+

打开rewrite

附上修改过的ThinkCMF文件及对应代码文件的基本目录

商城系统应用目录

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's People

Contributors

doldrumssky avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.