Online Shopping Application: (Paul Store)
Online Shopping Application: (Paul Store)
(PAUL STORE)
PROGRESS REPORT
OF MAJOR PROJECT
BACHELOR OF TECHNOLOGY
IN
COMPUTER SCIENCE AND ENGINEERING
Submitted To:
Computer Science & Engineering Department
State Institute of Engineering & Technology, Nilokheri (Karnal) – 132117
Kurukshetra University, Kurukshetra
CHAPTER-1
INTRODUCTION
Online Shopping System(PAUL STORE) is the simple shopping solution. It’s a full-featured
website and shopping cart system that bends over backwards to give you the flexibility you
need to run your online store. This project is a web based shopping system for an existing
shop. The project objective is to deliver the online shopping application.
The basic concept of the application is to allow the customer to shop virtually using the
Internet and allow customers to buy the items and articles of their desire from the store. The
information pertaining to the products are store on an RDBMS at the server side(store).The
server process the customers and the items are shipped to the address submitted by them. The
details of the items are brought forward from the database for the customer view based on the
selection through the menu and database of all products are updated at the end of each
transaction.
Online shopping is the process whereby consumers directly buy goods or services from a
seller in real-time, without an intermediary service, over the Internet. It is a form of electronic
commerce. The process is called business-to-consumer (B2C) online shopping.
The Project entitled "PAUL STORE" is a web-based application Software developed in PHP
LANGUAGE using PHP as front end and MYSQL as backend.
The main aim of "PAUL STORE" is to improve the services of Customers and vendors. It
maintains the details of customer payments, product receipts, addition of new customers,
products and also updating, deletion for the same. It also stores the details of invoices
generated by customer and payments made by them with all Payments details like credit card.
The main aim of "PAUL STORE" is to improve the services of Customers and vendors. It
maintains the details of customer payments, product receipts, addition of new customers,
products and also updating, deletion for the same. It also stores the details of invoices
generated by customer and payments made by them with all Payments details like credit card.
The primary features of the project entitled "PAUL STORE" are high accuracy, design
flexibility and easy availability. And also it uses database tables Representing entities and
relationships between entities.
The application was designed into two modules first for the customers(USER) who wish to
buy the articles. Second is for the storekeepers(ADMIN) who maintains and updates the
information pertaining to the articles and those of the customers.
CHAPTER-2
PROGRESS REPORT OF PROJECT WORK
The project entitled “PAUL STORE” mainly broken into following modules.
1. Admin module
2. User module
3. Purchase module
4. Payment module
5. Validation and Security
These modules are meant to perform different functionality for the Admin end and User end.
At the time, I have done with Admin Window and somewhat about user window.
ADMIN MODULE :-
LINK FOR ADMIN : http://localhost/paul_store/admin/
FUNCTIONALITY OF ADMIN:
USER MODULE :-
LINK OF WEBSITE FOR USER: http://localhost/paul_store/
FUNCTIONALITY OF USER:
This is a public link of the website used by the user for shopping purpose.
Firstly user need to Login the account to order the product from the website if he/she
is not register then he/she cannot login firstly need to register the user , Otherwise, he
or she (user) can see the products on the site but cannot order them.
User can select amy category wise products.
Both online payment methods and cash on delivery will be available to make a
transaction.
CHAPTER-3
CODING & SNAPSHOT
3.1 admin.php
<?php
include("header.php");
?>
<div class="main-panel">
<div class="row">
<!--weather card-->
<div class="card-body">
<b class="text-dark">
<span class="weather-location">(India)</span>
</b>
</div>
<h4 class="mt-5">
<?php
//echo time("H:i:s");
?>
</h4>
</div>
</div>
</div>
<div class="weakly-weather-item">
<p class="mb-0">
Sun
</p>
<p class="mb-0">
30°
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<?php
include("footer.php");
?>
3.2 Admin Window
http://localhost/jobsite/admin/
3.3 User End
http://localhost/jobsite/employee/