Skip to content

princeshahnawaz2012/Kaimonokago

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Newer Version

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

Kaimonokago 1.4

Multi-Languages Shopping Cart on CodeIgniter 1.7.3 and BackendPro 0.6.1

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

Demo frontend only

Installation

  1. Create a database kaimonokago and import kaimonokago.sql
  2. Change system/application/database.php.original to database.php. Please fill in the necessary info to the file.
  3. Modify system/application/config/config.php and system/application/config/database.php accordingly.
  4. 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”.
  5. 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
    
  6. Visit http://localhost/Kaimonokago
  7. To log-in go to http://localhost/Kaimonokago/index.php/auth and change your username, email and password.
        login email: admin@gmail.com
        password: admin
    
  8. Enter your public and private key to modules/recaptcha/config/recaptcha.php
  9. Add password to the ajaxfilemanager assets/js/plugins/ajaxfilemanager/inc/config.base.php
        define('CONFIG_ACCESS_CONTROL_MODE', ture);
        define("CONFIG_LOGIN_USERNAME", 'youremail@bla.com');
        define('CONFIG_LOGIN_PASSWORD', 'yourpassword');
    
  10. 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/ or http://www.whatsmyip.org/hash_generator/ to
    generate at least 32 characters long code.

How to add translation

  1. Add a language in Languages page and create a new directory /modules/language/languages/newlang_name.
  2. Copy from modules/welcome/language/english/multi_lang.php and paste it.
  3. This file is for general language in the webshop. Translate the content of the file.
  4. Create a menu, page or product.
  5. Click the name to edit the page. Then find the language you just added.

How to change the front-end slideshow

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

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

  1. Go to Settings>Module Management. Select ‘Yes’ to show, select ‘No’ to hide.

How to delete a menu/page/product etc

  1. Click a status/tick icon to change the status.
  2. Delete icon will be displayed.

How to use Access Control

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

How to customize the template

  1. There are two placed you need to look at. system/application/views/shop and modules/welcome/views/shop.
  2. You need to tweak accordingly.

About

CodeIgniter simple shopping cart

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published