Codeigniter Based Open Source E-Commerce System
- 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!';
- 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';
Admin Panel : http://www.yourdomain.com/admin/dashboard Admin Username : demo Admin Password : demo
Admin Panel Template : http://startbootstrap.com/template-overviews/sb-admin/ Homepage Template : http://startbootstrap.com/template-overviews/shop-homepage/
* PHP, MySQL
- KCFinder
- jQuery UI
- Inovice Print, Show, Send Operations
- Account Page(Orders, Account Detail, ..)
- Payment Methods.
- Shipping Methods.