GithubHelp home page GithubHelp logo

kaimonokago's Introduction

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: [email protected]
        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", '[email protected]');
        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.

kaimonokago's People

Contributors

shinokada avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

kaimonokago's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.