Code Monkey home page Code Monkey logo

ci_cart's Introduction

基于CI框架开发的购物车程序模块

[ 介绍 ]

这是一个基于CodeIgniter2.1.4开发的购物车程序模块。
目前实现的功能有首页商品展示与多级分类;前台登录与注册、搜索及分页;
购物流程,网店的配送方式,支付接口,订单结算;
后台有权限管理;商品管理、属性编辑、分类品牌管理;订单的操作管理;支付方式及配送方式管理等等。

[ 特别说明 ]

目前这个购物车程序模块只是个半成品,仅供学习参考使用,请勿用作生产环境。

[ 安装使用 ]

1. 下载CI_Cart程序到你的localhost网站根目录下
2. 创建MYSQL数据库,导入ci_cart.sql,
配置数据库:\admin\application\config\database.php 和\application\config\database.php
3. 后台入口 http://localhost/ci_cart/admin 后台帐号密码 admin admin888
4. 其它的自己捣鼓吧~

[ 目录结构 ]

CI_Cart 
├─admin 
│  ├─application 
│  │  ├─config 
│  │  ├─controllers 
│  │  ├─errors 
│  │  ├─helpers 
│  │  ├─hooks 
│  │  ├─language 
│  │  ├─libraries 
│  │  ├─models 
│  │  ├─plugins 
│  │  └─views 
│  │      ├─customer 
│  │      ├─product 
│  │      │  ├─attribute 
│  │      │  ├─attribute_set 
│  │      │  ├─brand 
│  │      │  ├─category 
│  │      │  └─product 
│  │      ├─sales 
│  │      │  └─order 
│  │      ├─system 
│  │      │  ├─admin_user 
│  │      │  ├─payment 
│  │      │  ├─role 
│  │      │  ├─shipping 
│  │      │  └─shipping_area 
│  │      └─widget 
│  ├─css 
│  ├─fck 
│  │  └─editor 
│  ├─images 
│  └─js 
├─application
│  ├─config
│  ├─controllers
│  │  └─customer
│  ├─errors
│  ├─helpers
│  ├─hooks
│  ├─language
│  ├─libraries
│  │  ├─payment
│  │  └─shipping
│  ├─models
│  └─views
│      ├─brand
│      ├─category
│      ├─customer
│      ├─order
│      ├─product
│      └─widget
├─cache
├─css
├─images
├─js
├─logs
├─system
│  ├─codeigniter
│  ├─database
│  │  └─drivers
│  ├─fonts
│  ├─helpers
│  ├─language
│  ├─libraries
│  ├─plugins
│  └─scaffolding
│      ├─images
│      └─views
└─uploads 

[ 协议 ]

本系统除CodeIgniter框架外,遵循Apache Licence2.0开源许可协议发布,具体参考LICENSE内容。

ci_cart's People

Contributors

4u4v avatar

Watchers

 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.