Kaimonokago icon indicating copy to clipboard operation
Kaimonokago copied to clipboard

CodeIgniter simple shopping cart

h1. Newer Version

Go to https://github.com/shinokada/kaimonokago2.0 for Kaimonokago 2.1

h1. Kaimonokago 1.4

Multi-Languages Shopping Cart on CodeIgniter 1.7.3 and BackendPro 0.6.1

h2. Features

  • Multi-languages menu, page content, product content etc.
  • Email order notice to admin and cutomer
  • Admin login, forgot password function
  • Admin Event calendar
  • Admin Page management
  • jQuery Drop-down site menu
  • Different types of slideshow
  • Admin Product management
  • Customerr News letter subscription
  • Customer Login system
  • Customer management
  • Admin File management
  • Admin Menu management
  • Admin Order management
  • Admin Ajax messages
  • Dashboard/RSS feeds
  • Dashboard/Google Analytics
  • Sharethis
  • And more

h2. Demo frontend only

  • Kaimonokago 1.1.4: "http://websitelab.skagerak.org/kaimonokago/":http://websitelab.skagerak.org/kaimonokago/

h2. Installation

Create a database kaimonokago and import kaimonokago.sql

Change system/application/database.php.original to database.php. Please fill in the necessary info to the file.

Modify system/application/config/config.php and system/application/config/database.php accordingly.

Change modules/recaptcha/config/recaptcha.php.original to recaptcha.php. Visit http://recaptcha.net/ to get your keys. If you need keys for your localhost, just add a newsite "localhost".

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/kaimonokago/system/logs/
    /var/www/kaimonokago/assets/cache/
    /var/www/kaimonokago/system/application/config/config.php
    /var/www/kaimonokago/system/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/Kaimonokago

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

    login email: [email protected]
    password: admin

Enter your public and private key to modules/recaptcha/config/recaptcha.php

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

    define('CONFIG_ACCESS_CONTROL_MODE', ture);
    define("CONFIG_LOGIN_USERNAME", '[email protected]');
    define('CONFIG_LOGIN_PASSWORD', 'yourpassword');

Security

Open system/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.

h2. How to add translation

Add a language in Languages page and create a new directory /modules/language/languages/newlang_name.

Copy from modules/welcome/language/english/multi_lang.php and paste it.

This file is for general language in the webshop. Translate the content of the file.

Create a menu, page or product.

Click the name to edit the page. Then find the language you just added.

h2. How to change the front-end slideshow

Go to Settings>Slideshow Settings and select a slideshow from a dropdown.

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

Go to Settings>Module Management. Select 'Yes' to show, select 'No' to hide.

h2. How to delete a menu/page/product etc

Click a status/tick icon to change the status.

Delete icon will be displayed.

h2. How to use Access Control

BackendPro: "http://www.kaydoo.co.uk/backendpro/user_guide/features/acl.html":http://www.kaydoo.co.uk/backendpro/user_guide/features/acl.html

h2. How to customize the template

There are two placed you need to look at. system/application/views/shop and modules/welcome/views/shop.

You need to tweak accordingly.