, , , This project is called as ICT Laboratory Management System and developed using PHP/PDO. This system allows you to record the ins and outs of items that belong to the ICT Laboratory. This is useful in terms of keeping track of the inventory of the Laboratory’s items. Talking about tracking the available items, this…
, , , This is an eCommerce website source code called Amaclone. This was built using PHP, MySQL Database, Bootstrap, and jQuery. Most of the typical e-shops’ major functionalities are included in this PHP project such as shopping cart and categorized display of product. The admin panel is not yet developed in this version but…
, , , Project: E-Commerce Website using PHP/MySQLi with Source Code Somstore is a fully functional eCommerce Online Sales system that has its own Dashboard design “CPanel” which I have developed in 2014 for my final year University Project. About This online sales system is a kind of shop that evokes the physical analogy of…
, , , This is Online Catering System that allows customers to reserved catering services online using PHP and MySQLi. The system provides a step-by-step process in creating catering reservations from filling in personal information, event details, package details, and mode of payment. The system does not cater online payments. Email is then sent to…
, , , This is a simple project that has a Quick Response Code Generator in PHP with the use of PHP QR Code Library. This project’s purpose is to share this with the IT/CS students or self-learners to give an idea of how to create a web app that generates a QR Code. The…
, , , Online Documents Sharing Platform in PHP with Full Source Code The main purpose of this Online Documents Sharing Platform is to allow students share their notes/documents digitally with their colleagues and teacher. This is very useful for schools or universities that are now into online class due to the Pandemic. Since face to face…
, , , Complete Employee Leave Management System Source Code and Documents This is a complete source code with chapters 1-3 documentation of a Leave Management system. The employee leave management system source code is create using VB.Net and the database is MySQL. Here’s the Sample Screenshot of the System The screenshot below is used…
, , , Fill The Color Game using JavaScript with Source Code Fill The Color Game; with Source Code is a project that is a singe player game where the gameplay is about by filling all the tile with a single color. The game is design in a simple way with the use of different…
Project: E-Commerce Website using PHP/MySQLi with Source Code
Somstore is a fully functional eCommerce Online Sales system that has its own Dashboard design “CPanel” which I have developed in 2014 for my final year University Project.
About
This online sales system is a kind of shop that evokes the physical analogy of buying products or services at a business retailer or shopping center; the process is called business-to-consumer (B2C) online shopping. In the case where a business buys from another business, the process is called business-to-business (B2B) online shopping.
Talking about the functionalities of this system, like some other eCommerce Websites, the system allows users or customers to save their desired products to cart for later checkout. As I have mentioned above that this system has its own “CPanel”, this side is for the Website’s management or the Administrator Side. The administrator side manages all the data that the website provides to the customers in which includes managing the products, warehouses, and reports.
Features
Admin Side
Login Page
Home Page
Manage Warehouses
Manage Products
Manage Categories
Manage Customer List
Manage Employee List
Manage Order List
Generates Order Report
Generates Employee Report
Generates Customer Report
Generate Product Report
Backup Database
Customer Side/Visitor Side
Login Page
Registration Page
Home Page
Product List
Add to Cart
Filter Product by Category
Filter Product by Warehouse
Shopping Cart
Checkout Process
About Page
Contact Us Page
How to Run
Download the source code and extract the zip file.
Download or set up any local web server that runs PHP script.
Open the web-server database and create a new database name it “somstore”.
Import the SQL file located in the database folder of the source code.
Copy and paste the source code to the location where your local web server accessing your local projects. Example for XAMPP(‘C:xampphtdocs’)
Open a web browser and browse the project. E.g [http://localhost/somstore]
Default Admin Access
Username: janan Password: admin123
Demo
I hope this E-Commerce Website will help you with what you are looking for, feel free to download and modify the source code.
If It seems hard, feel free to contact me without hesitation.
, , , This project is called as Student Result Processing System. This project was programmed using PHP/PDO, HTML, CSS, JavaScript, and using some libraries and plugins for the better experience of the users. The system is divided into two modules which are the Administrator User and the Student. The Admin user can manage all…