You are on page 1of 9

Online shopping system

TITLE

Online shopping system

AIM
: to design a web site for the purpose
of ONLINE SHOPPING
INTRODUCTION:

Online Shopping System helps in buying of


goods, products and services online by
choosing the listed products from website(ECommerce site). The proposed system helps
in building a website to buy, sell products or
goods online using internet connection.
Purchasing of goods online, user can choose
different products based on categories ,
online payments , delivery services and
hence covering the disadvantages of the
existing system and making the buying
easier and helping the vendors to reach
wider market.
In day to day life, we will need to buy lots of goods or
products from a shop. It may be food items, electronic items,
house hold items etc etc. Now a days, it is really hard to get
some time to go out and get them by ourselves due to busy
life style or lots of works. In order to solve this, B2C E-

Online shopping system


Commerce websites have been started. Using these
websites, we can buy goods or products online just by
visiting the website and ordering the item online by making
payments online.
This existing system of buying goods has several
disadvantages. It requires lots of time to travel to the
particular shop to buy the goods. Since everyone is leading
busy life now a days, time means a lot to everyone. Also
there are expenses for travelling from house to shop. More
over the shop from where we would like to buy some thing
may not be open 24*7*365. Hence we have to adjust our
time with the shopkeepers time or vendors time.
In order to overcome these, we have e-commerce solution,
i.e one place where we can get all required goods/products
online. The proposed system helps in building a website to
buy, sell products or goods online using internet connection.
Purchasing of goods online, user can choose different
products based on categories , online payments , delivery
services and hence covering the disadvantages of the

Online shopping system


existing system and making the buying easier and helping
the vendors to reach wider market.

Advantages of the new system proposed


Choose products faster and easier
at one place.
Saves time of travelling to the
vendor/sellers place.
Good/Trusted & Tension free delivery
services. Products bought online will
be delivered to the footsteps of the
buyer free of cost(may be varied
based on the vendor/seller).
Alerts and real time reporting
through Emails (to both vendor as
well as buyer).
Reports generated can be saved for
future references.

Online shopping system


Inventory reports for the

vendor/seller on daily, monthly, yearly


basis.

TECHNOLOGIES USED:
Front end : HTML,CSS
Back end
ANALYSIS

: MS ACCESS

:
First we wrote a program using
HTML tags and CSS.
If the customer wants to open our
site ,he should enter the details
prescribed in the log in form.
For this we created a log in form
using HTML.
When the customer enters his
details in the log in form and click
on SUBMIT then our web site will
open.

Online shopping system


In our web site ,we display all our
available products.
The customer can select any
among the displayed projects.
If the customer wants to purchase
a product, we provide an option in
order to buy that product.
If he wants to buy that product ,he
must enter his ac no in order to
perform the transactions.
When he clicks on ADD TO CART
then the product will be sold .
Then we display that product as
sold product.
This is about FRONT END data
maintainance.
The futher details such as
customer,product,order ,delivery
are maintained in the back end.

BACK END DATA MAINTAINANCE:


As the back end technology in
this project is MS ACCESS, the
data should be maintained in
the form of tables which are
also known as ENTITIES.

Online shopping system

The entities used in this project


are :
`CUSTOMER
PRODUCTS
ORDER
DELIVERY.
The attributes, data types
required for the entities
are listed below:

CUSTOMER
ATTRIBU DATA
SI CONSTRAI
TYPE
TES
ZE NTS USED
CU_ID
NUMBER 4
PRIMARY
KEY
CU_NAME VARCHA 20 NOT NULL

Online shopping system

R2
CU_ADD
LONG
50
CU_MAIL VARCHA 20
R2
CU_PHNO NUMBER 11

NOT NULL
NOT NULL

PRODUCT TYPE
ATTRIBUT
DATA
SIZ
ES
TYPE
E
PR_TY_ID NUMBER
5
PR_TY_NA VARCHA 20
ME
R2

CONSTRAINTS
USED
PRIMARY KEY
_

PRODUCT DETAILS

ATTRIBU DATA
TES
TYPE

SIZE CONTRAINTSUS
ED

Online shopping system

PR_ID
NUMBER
PR_NAME VARCHA
R2
PR_TYPE VARCHA
R2
PR_COST NUMBER
PR_QNTY NUMBER
PR_BRND VARCHA
R2
PR_MFD
DATE
PR_EXPD
DATE

5
20

PRIMARY KEY
_

20

FORIGN KEY

5
5
20

_
_
_

_
_

ORDER
ATTRIBU
TES
OR_ID
OR_DATE
PR_COST
PR_TYPE

DATA
SIZE
TYPE
NUMBER
5
DATE
NUMBER
5
VARCHA
30
R2
PR_DISC NUMBER (5,2)
PAY_MODE VARCHA
20
R2

CONSTRAINTS
USED
FOREIGN KEY

CHECK IN

Online shopping system

DELIVERY
ATTRIBU
DATA
SIZ
TES
TYPE
E
DEL_ID
NUMBER
5
DEL_DATE
DATE
DEL_TIME
DATE
DEL_STAT VARCHAR 03
US
2

CONSTRAINTS
USED
FOREIGN KEY
CHECK IN

You might also like