You are on page 1of 28

ONLINE SHOPPING

Submitted for partial fulfillment of the award of


BACHELOR OF TECHNOLOGY
In
COMPUTER SCIENCE AND ENGINEERING
By
BATCH-1
G.DURGA POOJITHA

(11003017)

J.LAKSHMI ANUSHA (11003028)


T. SARADA

(11003074)

K. SRILAKSHMI

(11003082)

Under the guidance of


Mr.V.RAMA KRISHNA, Asst. Professor, Dept. of CSE, K L University

Department of Computer Science and Engineering


K L University http://www.kluniversity.in
Andhra Pradesh, India
2013 2014

1 | Page

Acknowledgement

We would like to acknowledge the support and guidance of our guide Mr.V.RAMA KRISHNA.
This Mini project has been possible because of his trust and confidence in usand our work. He
has always encouraged, supported, corrected and guided us during the MiniProject. The Mini
project has been learning and growing experience for us.
I am extremely grateful to our Head of the Department CSE, K L University Dr. V.Srikanth
for providing excellent computing facilities and such a nice atmosphere for doing my mini
project in semester V of III/IV B.Tech.our special thanks to our wonderful parents who have
always supported me in all my decision, including the one to join the B.Tech course.

G.DURGA POOJITHA (11003017)


J.LAKSHMI ANUSHA (11003028)

2 | Page

T.SARADA

(11003074)

K.SRILAKSHMI

(11003082)

Candidates Declaration / Certificate


This is to certify that the project work entitled " ONLINE SHOPPING" being submitted to
Department of Computer Science & Engineering by T.SARADA (11003074)in fulfillment for
Internet Programming Lab in K L University, Green Fields, Vaddeswaram, Andhra Pradesh,
India during semester V of III/IV B.Tech from July-November (2013-2014) is a bonafide work
carried out by them under my supervision.
Mr .V.RAMA KRISHNA

Dr.V.Srikanth

Project guide

Head of the Department

Department of CSE,

Department of CSE,

K L University

K L University

3 | Page

ABSTRACT
Online Shopping is an online store that enables website owners to sell their
product online. It is a web shopping cart that web enables the day-day sales functions. The
system helps the Customer to purchase the products with and without Credit Card Information.
It includes sophisticated product and customer management modules .This website will be
useful to anyone who wants to purchase items using internet .Generates the Reports related to the
system.
Its an improved shopping technique which can overcome the disadvantages in earlier
models .Our site gives you a good user interface with ease of use .Deals with shopping through
online and online payment techniques .The modules included are
1. User login.
2. Menu page displaying the products .
3. Clicking on the product to be purchased.

4 | Page

INDEX
CONTENTS

PAGENO

1.INTRODUCTION

2.MAIN OBJECTIVE

3.PROBLEM STATEMENT

4.PROBLEM SOLUTION

5.ABBREVIATIONS

6.TECHNOLOGIES TO BE USED

7.SOFTWARE INTERFACE

8.HARDWARE INTERFACE

9.DATABASE DESIGN

10.DDL SCRIPTS

10

11.IMPLEMENTATION

11

12.SCREEN SHOTS

20

13.CONCLUSION

25

14.BIBLIOGRAPHY

25

5 | Page

1. Introduction
Online shopping is the process whereby consumers directly buy goods, services etc. from a
seller interactively in real-time without an intermediary service over the internet. Online
shopping is the process of buying goods and services from merchants who sell on the Internet.
Since the emergence of the World Wide Web, merchants have sought to sell their products to
people who surf the Internet. Shoppers can visit web stores from the comfort of their homes and
shop as they sit in front of the computer. Consumers buy a variety of items from online stores. In
fact, people can purchase just about anything from companies that provide their products online.
Books, clothing, household appliances, toys, hardware, software, and health insurance are just
some of the hundreds of products consumers can buy from an online store.
Purpose
Online shopping tries to enhance access to care and improve the continuity and efficiency of
services. Depending on the specific setting and locale, case managers are responsible for a
variety of tasks, ranging from linking clients to services to actually providing intensive shopping
and delivery services themselves

6 | Page

2.Main objective
To shop wile in the comfortof your own home ,without having to step out of the door.
sell at lower rate due to less over head.
provide home delivery free of cost.
No wait to see the products if someone else is taking that.

3. PROBLEM STATEMENT
Many people shop at a brick-and-mortar store, they have to drive to the store, find a parking
place, and walk throughout the store until they locate the products they need. After finding the
items they wants to purchase, they may often need to stand in long lines at the cash register.

4. PROBLEM SOLUTION
Online shopping allows you to browse through endless possibilities, and even offers merchandise
that's unavailable in stores. If you're searching for a niche product that may not be distributed
locally, you're sure to find what you're looking for on the internet. What's even more useful is the
ability to compare items, similar or not, online. You can search through multiple stores at the
same time, comparing material quality, sizes and pricing simultaneously.
Shopping via the internet eliminates the need to sift through a store's products with potential
buys like pants, shirts, belts and shoes all slung over one arm. Online shopping also eliminates
the catchy, yet irritating music, as well as the hundreds, if not thousands, of other like-minded
individuals who seem to have decided to shop on the same day.

7 | Page

5. ABBREVIATIONS
HTML - Hypertext MarkUp Language
JSP

- Java Server Pages

JDBC

- Java Database Connectivity

CSS

- Cascading Style Sheet

6. Technologies To Be Used
1. Tomcat V7.0
2. Oracle 10g
3. Java.

7. Software Interface
1. Html-1.0
2. Css-2
3. Oracle 10g
4. Windows Operating System-7

8. Hardware Interface

1. Processor

: Intel core i3 CPU @ 2.53GHz

2. Memory

: 4 GB RAM

3. Hard Disk

: 1.21 Giga bytes

8 | Page

4. System Type : 64-bit Operating System.

9. Database Design
ER Diagram

9 | Page

10.DDL Scripts
CREATE
The CREATE TABLE statement is used to create a table in a database.

10 | P a g e

SYNTAX:
CREATE TABLE table_name
{
column_name1 data_type (size);
column_name2 data_type (size);
column_name3 data_type (size);
.
};
UPDATE
The UPDATE statement is used to update existing records in a table.
SYNTAX :
UPDATE table_name
SET column1=value1, column2=value2,..
WHERE some_column=some_value;
DELETE
The DELETE statement is used to delete rows in a table.
SYNTAX :
DELETE FROM table_name
WHERE some_column=some_value;

11. Implementation
Code Snippets

11 | P a g e

<html>
<head>
<title> Welcome to SPAS-mall </title>
<style type="text/css">
p{
font-size: 4em;
font-family:Times New Roman;
color:'black';
float:Right;
}
p1{
font-size: 1.5em;
font-family: Times New Roman;
color:'black';
text-align:Left;
}
g{
position:absolute;
left:720px;
top:0px;
z-index:-1;
}
s{
position:absolute;

12 | P a g e

left:340px;
top:15px;
}
body{
background-image: url('1.jpeg');
}
#nav{
list-style:none;
margin-bottom:1px;
border: 1.5px solid #008080;
float:left;
width:70%;
position:relative;
z-index:5;
}
#nav li{
float:left;
margin-right:10px;
position:relative;
font-family:Berlin Sans FB;
font-size:1.5em;
}
#nav a{
display:block;

13 | P a g e

border-top:1px solid #225599;


padding:5px;
color:'blue'
background:'yellow';
text-decoration:none;
}
#nav a:hover{
color:#000;
background:'blue';
text-decoration:none;
}

#nav ul{
background:'pink';
background:rgba(255,255,255,0);
list-style:none;
position:absolute;
left:-9999px;
}
#nav ul li{
padding-top:1px;
float:none;
font-size:0.9em;
font-family: Times New Roman;

14 | P a g e

}
#nav ul a{
white-space:nowrap;
}
#nav li:hover ul{
left:0;
}
#nav li:hover a{
background:'yellow';
text-decoration:none;
}
#nav li:hover ul a{
display:block;
text-decoration:none;
}
#nav li:hover ul li a:hover{
background:'orange';
}
#sri{background-color:'pink';
}
.bgimg{
position:relative;
bottom: -6em
}

15 | P a g e

</code>
</style>
</head>
<body>
<a href="http://en.wikipedia.org/wiki/Online_shopping">
<img align="left" valign="top" src="spas.png" height="200" width="250" border="0"
padding="0"></a>
&nbsp;&nbsp;&nbsp;
<a href="reg.html"> <img src="reg.png" height="70px" width="150px" alt="sorry"
class="sri"/></a>
&nbsp; <a href="i.html"><img src="signup.gif" height="75" width="150" alt="sorry"
class="sri"/><br/></a>&nbsp;<g><img src="mouse.jpg" height="180" width="250"/><img
src="hand.jpg" height="180" width="350"/></g><p ><i>MARKETING IN VIRTUAL
WORLD </i></p>
<p1><marquee behavior="scroll" direction="left" scroll amount="5">*Buy your favourite goods
now* &nbsp;&nbsp;&nbsp;
*FREE SHIPPING* &nbsp;&nbsp;&nbsp; *CASH ON
DELIVERY*</marquee> </p1>
<br></br>
<code><ul id="nav">
<li>
<a href="menframe.html">MEN'S WEAR</a>
<a href="#">WOMEN'S WEAR</a>
<a href="kidframe.html">KID'S WEAR</a>
</code>
<s><img class="bgimg" src="shopping.jpg" align="center" height="300" width="500"></s>
</body>
</html>

16 | P a g e

2.Code for mens apparel


<html>
<head>
<style type="text/css">
.p{
font-size:2em;
font-family:times new roman;
align:left;
}
</style>
</head>
<body>
<img src="spas.png" width="200" height="100" /><br>
<ul class=p>
FASHION<br><br>
Men's Apparel<br><br>
<li>&nbsp;<a href="#">T-Shirts</a></li><br>
<li>&nbsp;<a href="#">Jeans</a></li><br>
<li>&nbsp;<a href="#">Foot Wear</a></li><br>
<li>&nbsp;<a href="#">Wallets</a></li><br>
</body>

17 | P a g e

</html>

3.Code for price page


<html>
<head>
<title>item name </title>
<style type="text/css">
.p{top:-10em;
position:relative;}
.SmallInput { width: 25px; height: 20px; }
</style>
</head>
<body>
<center><img src="spas.png" width="200" height="100"/></center>
<div style="width:200px;height:200px;text-align=left">
<img src="t11.png" width="310"
height="350"><br><br><center><b>LEVIS</b></center></img>
</div>
<center>
<div class="p" style="width:*;height:*;text-align=center">
<h2>LEVIS T-SHITS</h2>
<p>tax invoice+1YR warranty +coupon can use</p>

18 | P a g e

<table border="0">
<thead>
<th>&nbsp;&nbsp;</th>
<th>&nbsp;&nbsp;</th>
</thead>
<tbody>
<tr>
<td><p><b>Item No:</b></p></td>
<td>&nbsp;&nbsp;</td>
<td>&nbsp;&nbsp;</td>
<td><p>m1</p><td>
</tr>
<tr><td><p><b>Quantity:</b></p></td>
<td>&nbsp;&nbsp;</td>
<td>&nbsp;&nbsp;</td>
<td><p> <input class="SmallInput" type="text" name="quantity"
value="1"/></p></td>
</tr>
<tr>
<td><p><b>Price:</b></p></td>
<td>&nbsp;&nbsp;</td>
<td>&nbsp;&nbsp;</td>
<td><p>Rs.399.00</b> </p></td>
</tr>

19 | P a g e

</tbody>
</table><br><br>
<input type="button" name="buy"value="Buy it now" /></p>
<p>Shipping:FREE - Flat Rate Courier -Delivery anywhere in India</p>
<p>Item location: KOLKATA, WEST BENGAL, India
Ships to: India</p>
<p>Payments:PaisaPay(Credit card, EMI, Debit card,Online Bank Transfer)</p>
<p>Returns:Return policy not specified by the seller.Check item description for
more details about Return Policy.</p>
</div>
</center>
</body>
</html>

20 | P a g e

12.SCREEN SHOTS
1.HOME PAGE OF ONLINE SHOPPING

21 | P a g e

2.SIGN IN PAGE OF ONLINE SHOPPING

22 | P a g e

3.REGISTRATION PAGE

23 | P a g e

4.When a customer enters into mens apparel the page looks like this:

24 | P a g e

5.When a customer wants to buy the product the page looks like this:

25 | P a g e

6.When a customer enters into womens apparel the page looks like this:

7.When a customer wants to buy the product the page looks like this:

13.CONCLUSION

26 | P a g e

In conclusion, having access to online shopping has truly revolutionized and influenced our
society as a whole. This use of technology has opened new doors and opportunities that enable
for a more convenient lifestyle today. Variety, quick service and reduced prices were three
significant ways in which online shopping influenced people from all over the world.By doing
so, society will continue to depend upon online shopping, which will allow it to remain a
tremendous success in the future.

14.Bibliography

1. Deitel & Deitel & Nieto, ?Internet & World Wide Web ? How to Program?, PEA, Third
Edition.
2. Herbert Schildt, ?Java the Complete Reference, 7th Edition, Tata McGraw Hill, 2007
3. M. Deitel, P.J Deitel, A.B. Goldberg: Internet & World Wide Web, How to Program,
4th Edition, Pearson Education, 2004
4. www.alldaychemistry.com
5. www.w3schools.com

27 | P a g e

28 | P a g e

You might also like