shinokada / kaimonokago2.0

Other
19 stars 12 forks source link

Kaimonokago 2.1.0

Please try a newer version kaimonokago3

Multi-Languages Shopping Cart on CodeIgniter 2.1.0 and BackendPro 0.6.7 PHP 5.3 compatible

Features

Installation

The following folders and files must be writable or chmod 777. After installation please don’t forget checking and changing some of files, especially files in config directory, to 644.

/var/www/kaimonokago2.0/application/logs/
/var/www/kaimonokago/assets/cache/
/var/www/kaimonokago/application/config/config.php
/var/www/kaimonokago/application/config/database.php
/var/www/kaimonokago/modules/recaptcha/config/recaptcha.php
/var/www/kaimonokago/assets/js/plugins/ajaxfilemanager/session/
/var/www/kaimonokago/assets/js/plugins/ajaxfilemanager/session/gc_counter.ajax.php

Visit http://localhost/kaimonokago2.0

To log-in go to http://localhost/kaimonokago2.0/index.php/auth and change your username, email and password.

login email: admin@gmail.com
password: admin

Add password to the ajaxfilemanager assets/js/plugins/ajaxfilemanager/inc/config.base.php

define('CONFIG_ACCESS_CONTROL_MODE', ture);
define("CONFIG_LOGIN_USERNAME", 'admin@gmail.com');
define('CONFIG_LOGIN_PASSWORD', 'admin');

Open application/config/config.php and change encryption key.

$config['encryption_key'] = "yourkey here";

For your Encryption Key, visit "http://www.ideaspace.net/misc/hash/":http://www.ideaspace.net/misc/hash/ or "http://www.whatsmyip.org/hash_generator/":http://www.whatsmyip.org/hash_generator/ to generate at least 32 characters long code. After doing this you need to register a new user and change the group field to 2 in be_users in the database. Then try to login.

Configure Your website

Go to System->Settings and add necessary information for your website. The Settings include followings.

How to switch to Multi-language in the frontend.

After logged in, go to System->Settings->Website Configuration. Select 'Yes' in Multiple Languages for Frontend.

How to add translation

How to change the front-end slideshow

How to hide/show module menus in the back-end

How to delete a menu/page/product etc

How to use Access Control

How to customize the template