Haaii Sobat, kembali llagi saya akan mengulas aplikasi Website Online Shop yang dibuat oleh https://github.com/kirilkirkov/Ecommerce-CodeIgniter-Bootstrap, aplikasi website ini cukup lengkap dengan berbagai fitur dan beberapa template bawaan yang bisa diganti ganti loh.
Langsung aja ya kita liat aplikasi website dan cara settup nya :
Fitur Aplikasi Website :
Langsung aja ya kita liat aplikasi website dan cara settup nya :
Fitur Aplikasi Website :
- Ecommerce
- Publish Product
- Product
- Shop Categories
- Orders
- Discount Codes
- Blog
- Publish Post
- Post
- Setting
- Settings
- Styling
- Template
- Titles / Descriptions
- Active Pages
- Subscribed Emails
- Activity History
- Advance Setting
- Languages
- File Manager
- Admin Users
Nah itu adalah menu-menu aplikasi website yang semua bisa diatus secara flexible oleh kita sendiri, tinggal klik sana klik sini jadi website online shop. Berikut kita lihat tampilannya :
Tampilannya :
1. Tampilan Dasboard BackEnd
2. Tampilan FrontEnd Website
Cara Setting :
1. Download aplikasi onlineshop & Settup Xampp
2. Setting aplikasi di :
- Folder application/config.php
- Ubah Menjadi : $config['base_url'] = 'http://'.$_SERVER['HTTP_HOST'].str_replace($_SERVER['DOCUMENT_ROOT'],'', dirname($_SERVER['SCRIPT_FILENAME']));
- Folder application/database.php
- Sesuaikan dengan anama database yang di upload di http://localhost/phpmyadmin/
- Cari file .htaccess dan ubah menjadi :
RewriteEngine On
# RewriteBase /
#Removes access to the system folder by users.
#Additionally this will allow you to create a System.php controller,
#previously this would not have been possible.
#'system' can be replaced if you have renamed your system folder.
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php?/$1 [L]
#Checks to see if the user is attempting to access a valid file,
#such as an image or css document, if this isn't true it sends the
#request to index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond $1 ^(index\.php|charts)
</IfModule>
# RewriteBase /
#Removes access to the system folder by users.
#Additionally this will allow you to create a System.php controller,
#previously this would not have been possible.
#'system' can be replaced if you have renamed your system folder.
RewriteCond %{REQUEST_URI} ^system.*
RewriteRule ^(.*)$ /index.php?/$1 [L]
#Checks to see if the user is attempting to access a valid file,
#such as an image or css document, if this isn't true it sends the
#request to index.php
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*)$ index.php?/$1 [L]
RewriteCond $1 ^(index\.php|charts)
</IfModule>
Website siap dikonfigurasi, masuk ke halaman admin masukan User & Pasword lalu mulai membuat Category Product, lalu mulai masukan product product sobat semua.
Ok cukup sekian Terimakasih.
*Note : untuk aplikasi yang sudah clear bug bisa saya kasih dengan menuliskan alamat email dikolom komentar dibawah.


Comments
Post a Comment