Skip to content

kzorluoglu/koCART

Repository files navigation

KoCART

Codeigniter Based Open Source E-Commerce System

Installation

  1. Change Urls and Encryption Key with your domain information.

Config/config.php

$config['base_url']	= 'http://yourdomain.com/';
$config['admin_url']	= 'http://yourdomain.com/admin/';
$config['encryption_key'] = 'KoKoKoCart!';
  1. Change database information with your information.
$db['default']['hostname'] = 'localhost';
$db['default']['username'] = 'username';
$db['default']['password'] = 'password';
$db['default']['database'] = 'database';
$db['default']['dbdriver'] = 'mysqli';
Note

Admin Panel : http://www.yourdomain.com/admin/dashboard Admin Username : demo Admin Password : demo

Note

Admin Panel Template : http://startbootstrap.com/template-overviews/sb-admin/ Homepage Template : http://startbootstrap.com/template-overviews/shop-homepage/

Requirements

* PHP, MySQL

Plugins/Frameworks

  1. KCFinder
  2. jQuery UI

Roadway

  1. Inovice Print, Show, Send Operations
  2. Account Page(Orders, Account Detail, ..)

Maybe Later

  1. Payment Methods.
  2. Shipping Methods.

About

Codeigniter Based Open Source E-Commerce

Resources

License

Stars

Watchers

Forks

Packages

No packages published