0% found this document useful (0 votes)
66 views17 pages

WBP Microproject

Uploaded by

pansareankita132
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
66 views17 pages

WBP Microproject

Uploaded by

pansareankita132
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 17

A

MICRO-PROJECT REPORT ON
“Online Shopping Management System”

Has been submitted by

Ms.Pichad Shital Devchand


Ms.Mahale Sejal Mhataraba
Ms.Kotkar Anjali Dattatray
Ms.Salve Pallavi Nanasaheb

Under The Guidance of


Prof. U.B.Jedgule

COMPUTER ENGINEERING DEPARTMENT

AKOLE TALUKA EDUCATION SOCIETY’S

FACULTY OF POLYTECHNIC, AKOLE

ACADEMIC YEAR - 2022-23

1
CERTIFICATE

This is to certify that the Micro-Project Report


entitled “Online Shopping Management System”

has been Submitted by

MS.Pichad Shital Devchand


Ms.Mahale Sejal Mhataraba
Ms.Kotkar Anjali Dattatray
Ms.Salve Pallavi Nanasaheb

As a partial fulfillment of the prescribed syllabus of Subject


Web Based Application Development Using PHP (WBP) of
Third Year Diploma in Computer Engineering

Prof .Dr.R.D.Palhade
Principal
Prof. U.B.Jedgule Prof. S.B. Deshmukh
Project Guide & Subject Teacher Head Of Department

2
ACKNOWLEDGEMENT

It is privilege to acknowledge with deep sense of gratitude to our seminar


guide Prof. U.B.Jedgule for their valuable suggestions throughout our course of
study. We express our gratitude to Head Of Department Prof. S.B. Deshmukh for
his kind help & co-operation.
We also take this opportunity to thank all our colleagues who backed us
interest by giving useful suggestions & all possible help without whose help &
moral support it would not has been possible to complete this report.

By –

Ms.Pichad Shital Devchand


Ms.Mahale Sejal Mhataraba
Ms.Kotkar Anjali Dattatray
Ms.Salve Pallavi Nanasaheb

Under The Guidance of


Prof. U.B.Jedgule

3
INDEX

Sr. No. Content

1 Introduction

2 Actual Methodology

3 Source Code

Output
4

5 Conclusion

6 References

4
Introduction

Online Shopping Management Project is a Web-Based Online Shopping


Project. It is the graphical user interface. It has a form for user to input query
information to search the product from database. The control function is designed
to process the input from the user's interface, generatethe searching query and then
gets data from the database and returns to the user's interface.

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 • Check the Shopping orders from different 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>

<link rel="shortcut icon" href="img/lifestyleStore.png" />

<title>Lifestyle Store</title>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<!-- latest compiled and minified CSS -->

<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css" type="text/css">

<!-- jquery library -->

<script type="text/javascript" src="bootstrap/js/jquery-3.2.1.min.js"></script>

<!-- Latest compiled and minified javascript -->

<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>

<!-- External CSS -->

<link rel="stylesheet" href="css/style.css" type="text/css">

</head>

<body>

<div>

<?php

require 'header.php';

?>

<div id="bannerImage">

<div class="container">
8
<center>

<div id="bannerContent">

<h1>We sell lifestyle.</h1>

<p>Flat 40% OFF on all premium brands.</p>

<a href="products.php" class="btn btn-danger">Shop Now</a>

</div>

</center>

</div>

</div>

<div class="container">

<div class="row">

<div class="col-xs-4">

<div class="thumbnail">

<a href="products.php">

<img src="img/camera.jpg" alt="Camera">

</a>

<center>

<div class="caption">

<p id="autoResize">Cameras</p>

<p>Choose among the best available in the world.</p>

</div>

</center>

</div>

</div>

<div class="col-xs-4">

<div class="thumbnail">

<a href="products.php">

<img src="img/watch.jpg" alt="Watch">

9
</a>

<center>

<div class="caption">

<p id="autoResize">Watches</p>

<p>Original watches from the best brands.</p>

</div>

</center>

</div>

</div>

<div class="col-xs-4">

<div class="thumbnail">

<a href="products.php">

<img src="img/shirt.jpg" alt="Shirt">

</a>

<center>

<div class="caption">

<p id="autoResize">Shirts</p>

<p>Our exquisite collection of shirts.</p>

</div>

</center>

</div>

</div>

</div>

</div>

<br><br> <br><br><br><br>

<footer class="footer">

<div class="container">

10
<center>

<p>Copyright &copy Lifestyle Store. All Rights Reserved. | Contact Us: +91 90000 00000</p>

<p>This website is developed by Shantanu Deshmukh</p>

</center>

</div>

</footer>

</div>

</body>

</html>

11
Output of Micro-Project :

12
12
13
14
Conclusion

The ‘Online Shopping’ is designed to provide a web based application that


would make searching, viewing and selection of a product easier. The search
engine provides an easy and convenient way to search for products where a user
can Search for a product interactively and the search engine would refine the
products available based on the user’s input. The user can then view the complete
specification of each product.

15
References

 Cool text for Images and


Buttons http://cooltext.com
 Sample Ecommerce
Application
http://www.NewEgg.com
 Wikipedia for various diagrams & testing
methods http://www.wikipedia.org/

16

You might also like