WBP Microproject
WBP Microproject
MICRO-PROJECT REPORT ON
“Online Shopping Management System”
1
CERTIFICATE
Prof .Dr.R.D.Palhade
Principal
Prof. U.B.Jedgule Prof. S.B. Deshmukh
Project Guide & Subject Teacher Head Of Department
2
ACKNOWLEDGEMENT
By –
3
INDEX
1 Introduction
2 Actual Methodology
3 Source Code
Output
4
5 Conclusion
6 References
4
Introduction
5
Actual Methodology Followed :
The system has two major actors and each actor has its features to carry out
as follows:
Admin
Admin is the person who controls, monitors and keeps the whole
records of Shopping. The mainfunctions of the Admin are:
• Add/update/Delete Categories
• Add/update/Delete Sub Categories
• Add/update/Delete Shopping Records
• Check the existing users
User is the person who want to Purchase any Product. The main functions of
the users are:
• User Registration
• User Login
• Check the details about us
• Contact to Admin
• Search Product
• Add to Cart Product
6
• Payment on Delivery
7
Code :
<?php
session_start();
?>
<!DOCTYPE html>
<html>
<head>
<title>Lifestyle Store</title>
<meta charset="UTF-8">
</head>
<body>
<div>
<?php
require 'header.php';
?>
<div id="bannerImage">
<div class="container">
8
<center>
<div id="bannerContent">
</div>
</center>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-xs-4">
<div class="thumbnail">
<a href="products.php">
</a>
<center>
<div class="caption">
<p id="autoResize">Cameras</p>
</div>
</center>
</div>
</div>
<div class="col-xs-4">
<div class="thumbnail">
<a href="products.php">
9
</a>
<center>
<div class="caption">
<p id="autoResize">Watches</p>
</div>
</center>
</div>
</div>
<div class="col-xs-4">
<div class="thumbnail">
<a href="products.php">
</a>
<center>
<div class="caption">
<p id="autoResize">Shirts</p>
</div>
</center>
</div>
</div>
</div>
</div>
<br><br> <br><br><br><br>
<footer class="footer">
<div class="container">
10
<center>
<p>Copyright © Lifestyle Store. All Rights Reserved. | Contact Us: +91 90000 00000</p>
</center>
</div>
</footer>
</div>
</body>
</html>
11
Output of Micro-Project :
12
12
13
14
Conclusion
15
References
16