Tuesday 19 March 2013

Download PHP / MySQL Ecommerce Website Developed in CodeIgniter

PHP/MySQL Shopping Cart developed in CodeIgniter

This is a simple php script to create your own shopping cart website and an easy project for the developers who are new to php and codeIgniter. The database file is also included which you will need to import to your database

How to run the script 

1) Copy "winegate" folder to  www directory of your webserver
2) create new database with a name like "winegate" and import tables from .sql file
3) go to application/config/database.php and update the database Username & Password


http://localhost/winegate -FRONT END
http://localhost/winegate/index.php/admin - ADMIN SECTION
admin user : admin
admin pass : admin

Front End Functionality
  • Create New User
  • Forget Password
  • Browse categories and Products
  • Select a Product
  • Checkout
  • Enter Order Details (Sender & Receiver)
  • Preview Order
  • Confirm Order
 Admin Functionality


  • View & Manage Users
  • View & Manage Categories
  • View & Manage Products
  • View & Manage Orders
This is a basic ecommerce website developed in PHP / MySQL, I hope it would help programmers to learn basics of an ecommerce website development in PHP / codeigniter. The website uses basic codeigniter validation as well.

https://drive.google.com/file/d/0B2_Eh6GZWqMkOHlFdmtZRnFPbnc/edit?usp=sharing




The website is developed using Adobe Dreamweaver 6.1
 **This PHP ECOMMERCE SCRIPT IN CODEIGNITER is absolutely free to modify, share or use in any form as you like.