Online Computer and Laptop Store using PHP and MySQL Source Code Free Download
This project is entitled Online Computer and Laptop Store. This web application was developed to provide an online platform for a certain computer store or business possible customers for exploring and ordering the products. The project is written in PHP Language and MySQL DB. It has a pleasant user interface using Bootstrap Framework and AdminLTE Template. It consists of multiple user-friendly features and functionalities.
How do the Online Computer and Laptop Store work?
The Online Computer and Laptop Store contains 2 modules or is composed of 2 sites which are the Management and the Client Site. Public Visitors can also explore the different products that are available in the store.
The project Management Site is the side of the system that is only accessible to the store management. The management can manage the list of products, product categories, product sub-categories, inventory, and orders, and generate sales reports. Each management features contains CRUD (Create, Read, Update, and Delete). Here, management can manage the client orders such updating the status of the order and the payment status.
The Client Site is the side of the system where they can explore the different products of the store. They can search for their desired product to if it is available in the store. The product list can be filtered by category and subcategory. On the product details page, they can read the full details about the product including the price and availability of the product. They can also add products to the shopping cart for checking out later or along with other products.
Furthermore, this project is integrated with the PayPal sandbox API as the cashless or online payment method. The management can also update the site information dynamically such as the site name, icon/logo, and banners.
Features and Functionalities
Administrator
- Login and Logout
- Dashboard Page
- Category List Management
- Sub Category List Management
- Brand List Management
- Product List Management
- Inventory Management
- Order Management
- Date-wise Printable Sales Report
- Update System Information
- User Management
- Update Account Details
Client-Site
- Product List
- Filter Products By Brand
- Filter Product By Category
- Filter Product By Sub Category
- Category List Page
- Search Product
- Login and Registration
- Shopping Cart
- Checkout
- Online Payment using PayPal API
- Order List
- Logout
Technologies
Here are the following technologies I used for developing the Online Computer and Laptop Store:
- XAMPP
- VS Code Editor
- PHP
- MySQL Database
- HTML
- JavaScript
- jQuery
- Ajax Request
- Bootstrap Framework
- AdminLTE Template
Snapshots
Site Home Page
Site Category List
Product List By Category
Product Details
Admin Dashboard
Admin Product List
Admin Order Details
Admin Sales Report
The Online Computer and Laptop Store Project Source Code zip file is available on this website and it is free to download. Note, the project was mainly developed for educational purposes only and not for commercial use. Feel free to download and modify the source code the way you wanted and to meet your own requirements.
How to Run?
Requirements
- Download and Install any local web server such as XAMPP.
- Download the provided source code zip file. (download button is located below)
System Installation/Setup
- Enable the GD Library in your php.ini file.
- Open your XAMPP Control Panel and start Apache and MySQL.
- Extract the downloaded source code zip file.
- Copy the extracted source code folder and paste it into the XAMPP's "htdocs" directory.
- Browse the PHPMyAdmin in a browser. i.e. http://localhost/phpmyadmin
- Create a new database named ocls_db.
- Import the provided SQL file. The file is known as ocls_db.sql located inside the database folder.
- Browse the Online Computer and Laptop Store in a browser. i.e. http://localhost/php-ocls/ and http://localhost/php-ocls/admin for the management site.
Default Admin Access
Username: admin
Password: admin&123
DEMO VIDEO
That's it! I hope this Online Computer and Laptop Store Project Source Code in PHP and MySQL DB will help you with what you are looking for and that you'll find something useful for your current and future PHP Projects.
Explore more on this website for more Tutorials and Free Source Codes.
Enjoy =)
Note: Due to the size or complexity of this submission, the author has submitted it as a .zip file to shorten your download time. After downloading it, you will need a program like Winzip to decompress it.
Virus note: All files are scanned once-a-day by SourceCodester.com for viruses, but new viruses come out every day, so no prevention program can catch 100% of them.
FOR YOUR OWN SAFETY, PLEASE:
1. Re-scan downloaded files using your personal virus checker before using it.
2. NEVER, EVER run compiled files (.exe's, .ocx's, .dll's etc.)--only run source code.
Comments
bug report
why I can't login with the…
Login and Edit Account Resolved.
$_POST['password'] = password_hash($_POST['password'], PASSWORD_DEFAULT);
The issue was that it was saving as a MD5and not as the main
Password Hashof PHP, so when wanted to make a look up it doesn't work 'cause it has a different hash. I hope you can get this and can resolve this as I do. God bless you All
why I can't login with the client user even it's was registered.
password hash
Need help about code
why I can't login with the…
how to add new product with…
Can't change password in client account...
copyrights
Add new comment
- Add new comment
- 27460 views