Multi-Languages Shopping Cart on CodeIgniter 1.7.3 and BackendPro 0.6.1
- 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
- Kaimonokago 1.1.4: http://websitelab.skagerak.org/kaimonokago/
- 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: admin@gmail.com 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", 'youremail@bla.com'); 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/ or http://www.whatsmyip.org/hash_generator/ to
generate at least 32 characters long code.
- 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.
- Go to Settings>Slideshow Settings and select a slideshow from a dropdown.
- Go to Settings>Module Management. Select ‘Yes’ to show, select ‘No’ to hide.
- Click a status/tick icon to change the status.
- Delete icon will be displayed.
- There are two placed you need to look at. system/application/views/shop and modules/welcome/views/shop.
- You need to tweak accordingly.