0% found this document useful (0 votes)
4 views49 pages

Z-Tech Computer Online Shopping System

This document describes the development of an online shopping website. It will allow users to shop from multiple stores in one place and pay using cash on delivery. The website will be built using PHP and MySQL. It will have separate admin and user interfaces. The admin can manage stores and user accounts, while users can browse products, add items to cart, and place orders. The goals are to provide an easy online shopping experience and reduce shopping time for users. Risks include performance issues and support challenges as the developers are still in training.

Uploaded by

ztechcomputer
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)
4 views49 pages

Z-Tech Computer Online Shopping System

This document describes the development of an online shopping website. It will allow users to shop from multiple stores in one place and pay using cash on delivery. The website will be built using PHP and MySQL. It will have separate admin and user interfaces. The admin can manage stores and user accounts, while users can browse products, add items to cart, and place orders. The goals are to provide an easy online shopping experience and reduce shopping time for users. Risks include performance issues and support challenges as the developers are still in training.

Uploaded by

ztechcomputer
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

Z-TECH COMPUTER

14TE203020/13TE203020/14TE203007 (C.E)

CTIDS

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

1.1 Project Summary


This website is based on concept of online shopping.
In variety of site functionality is, it provide the many top branded stores at
one place so user can make shopping from one place with all the latest
products.
The home page of site is containing the all the available registered stores
listing with store logo image.
Visitor can access all the stores from home screen and buy any products
with cash on delivery option.
The username and password is must require for the place order.
This site also provides facility to create new user in this site with

1. Introduction

registration or sign up form and you can buy products from this site.
You can also register with site as customer and get latest added and most
popular products details by mail.
The admin panel is only accessible by admin by his/her username &
password, if any user not login since last 90 days that user is blocked by site
admin.
After blocking user, user cannot login in user panel.
Only the site admin can block & unblock user with admin right.
The site admin also can create a new site admin with admin right.

CTIDS

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

1.2 Project Purpose


Project Goals
All the users i.e. admin and user/customers will get the username and
password to access the system.
Admin will have the main authority in which various tasks such as block
stores and block customers account and activate stores and activate
customers account.
Stores admin can upload modify and remove products.
The system will authenticate all the types of the user and will forward all
the details via mails as per the criteria and user level.
All the customers get a e-mail newsletter from site with latest products
details.
Any visitor can subscribe the newsletter with his/her e-mail address, and
get weekly products updates.
Objectives:
The system will allow all the types of user to log in and see the data as per
their level.
It will have higher security level then the past system.
It will reduce the time.

1.3 Scopes of Project


The scope of the project is to provide simple ways for online shopping for
everyone with latest brands and products.
User can access all the big brands and latest products at the one place and
place order with cash on delivery payment.
User / visitor can also subscribe a newsletter for e-mail alerts.

CTIDS

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

1.4 Technology & Literature Review


Tools Used

Technology Used :

Wamp Server, Net Bean, Notepad++, Dream viewer


PHP &Mysql

Introduction to PHP:

PHP is an acronym for "PHP: Hypertext Preprocessor"

PHP is a widely-used, open source scripting language

PHP scripts are executed on the server

PHP is free to download and use

It is powerful enough to be at the core of the biggest blogging


system on the web (Word Press)!

It is deep enough to run the largest social network (Facebook)!

It is also easy enough to be a beginner's first server side language!

PHP files can contain text, HTML, CSS, JavaScript, and PHP code

PHP code are executed on the server, and the result is returned to
the browser as plain HTML

PHP files have extension ".php"

PHP can generate dynamic page content

PHP can create, open, read, write, delete, and close files on the
server

CTIDS

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

PHP can collect form data

PHP can send and receive cookies

PHP can add, delete, modify data in your database

PHP can be used to control user-access

PHP can encrypt data

CTIDS

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Introduction to HTML:
HTML stands for hypertext markup language.
With HTML you can create your own website.
HTML is easy to learn.
HTML is not programming language, it is a markup language.
A markup language is set of markup tags.
HTML uses markup tags to describe web pages.
HTML tags normally comes in pair like <b> and </b>
The first tag in pair is the start tag and second tag is end tag.
Start tag & end tag are also called opening tag and closing tag.
<HTML> tag define document as web pages.
<HEAD> tag defines document headings.
<TITLE> tag defines title of web page.
<BODY> tag contains all the text, images &etc which we want to put on the
web pages.
HTML document saved with (.HTML) extension.
For create HTML document you write your code in notepad & then run your
program in internet explorer.
Structure of HTML Document:
<Html>
<Body>
<h1>My First Heading</h1>
<p>My first paragraph.</p>
</body>
</html>

CTIDS

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Introduction to JavaScript:
JavaScript is the scripting language of the web.
JavaScript is the worlds most popular programming language.
JavaScript used in billions of WebPages.
JavaScript used to validate form and communicate with server.
JavaScript is easy to learn.
JavaScript is lightweight programming language.
JavaScript is interpreted programming language.
JavaScript is developed by Netscape Communication.
JavaScript is client side scripting language.
JavaScript supports all the major browsers like Firefox, opera, chrome.
JavaScript can create variable, function, cookie and session.
JavaScript can put dynamic text into HTML.
JavaScript can read & write HTML elements.
JavaScript can detect visitors browser.
JSON is the newer form of JavaScript.

CTIDS

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Introduction to JQuery:
JQuery is JavaScript library.
JQuery simplify JavaScript programming.
JQuery is easy to learn.
JQuery is light-weight JavaScript function library.
JQuery uses $ sign to define JQuery.
JQuery has rich set of methods.
The main purpose of JQuery is making it much easier to use JavaScript on
your website.
JQuery is also extensible.
Many big companies on web uses Query Like Microsoft, Google, IBM, etc.
JQuery Functions: HTML element selection
HTML element manipulation
CSS manipulation
HTML event function
JavaScript effects and animation
AJAX

CTIDS

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Introduction to CSS:
CSS stands for Cascading Style Sheet.
Style defines how to display HTML elements.
The <Style> tag used for CSS.
External Style Sheet also stored in CSS file.
The extension of CSS file is .css.
CSS provide Class, Span ID, Layers, and Attributes.
CSS 3 is the latest version in Cascading Style Sheet.
CSS 3 provide grouping, floating, positioning, Navigation Bar, Image Gallery,
Image Opacity, Media Types & Nesting.
Example of CSS:
<Html>
<Head>
<Style>
Body {background-color: yellow}
h1 {font-size: 36pt}
h2 {color: blue}
</style>
</head>
<Body>
<h1>this header is 36</h1>
<h2>this header is blue</h2>
</body>
</html>

CTIDS

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

2. Project Management

CTIDS

10

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

2.1 Project Planning


2.1.1 Project Development Approach

Building up of database for the system.


Share the laptops, Desktops, Accessories for the user.
Share New things provided by the client

2.1.2 Project Plan


Analysis of the system.
Organizing the project
Hardware and software requirements of the system.

2.1.3 Schedule Representation


Generalized project scheduling tools and technique can be applied with
little modification to software projects.
Program evolution and review techniques (PERT) and critical path method
(CPM) are two project scheduling method that can be applied to software
development. Both techniques are driven by information already
development in earlier project planning activities.
Estimate of effort
A decomposition of the product function
The selection of appropriate process model and task set
Decomposition of tasks

2.2 Risk Management


While a project is underway.
Software is difficult in understanding. Lots of things can go wrong.
CTIDS

11

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

So the A risk is any unfavorable event or circumstances that can occur


objective of including this section is to identify risk that can be helping us
to understand and manage uncertainty during the development of the
project.

Risk Analysis:
Types of Risks:
Performance Risk The degree of uncertainty that the product will meet its
requirements and be fit its intended use. As we are trainees, the performance
risk is there in our project.
Cost Risk The degree of uncertainty that the project budget will be
maintained. The cost of our project is already decided by management.
Support Risk The degree of uncertainty that the resulting software will be
easy to correct, adapt and enhance. Client of this project is on different
premises.
Project Risk Threaten the project plan. If project risk becomes real, it is
likely that the project will slip and that costs will increase.
Technical Risk Threaten the quality and timeliness of the s/w to be
produced.
Business Risk Threaten the viability of the s/w to be built. This is live
project so there is no project risk.
Known Risk Are those that can be uncovered after careful evaluation of
the project plan.
Dictable Risk Are extrapolated from past project experience. As we are
trainees, there is no such experience.

CTIDS

12

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

3. System Requirement Study

FUNCTIONAL REQUIREMENT

Access to system: IN order to access the system the admin or the User has
to enter the user name & password correctly.
System will assist to store & retrieve of system will generate the reports.
NON- FUNCTIONAL REQUIREMENT

The project should be easily accessed.


The project should easily maintainable.
The website should work efficiently.

3.1 User Characteristics


CTIDS

13

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Only Administrator and User can use the project for data related work.
Administrator can view the information from all the users whereas
particular user can view only its own information.
The user can just get the general information from the system.

3.2 Hardware & Software Requirement


Hardware Configurations:
Intel 2.0 GHz Processor or Above
60 GB Hard disk
1 GB RAM
Software Requirement:
Platform
Windows XP or Above
Tools& Technology
Wamp Server
PHP & Mysql
Reporting Tools
Microsoft Word 2010
Microsoft Power Point 2010

CTIDS

14

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

3.3 Constraint
Hardware Limitations
This system work with the hardware defined or higher.
This system is available free to access for any user.
Reliability Requirements
The main reliability requirement is the validation used. Without
proper validation the system does not allow entering that value into the
database. For e.g. in the User detail registration form any field cannot leave
blank all data must be needed.
Safety and Security Consideration
Security is assigned to the administrator who has all the rights and
controls on the system. Everything is shown to him/her.
Dependencies and Assumption
Each User has unique ID for complain. Administrators have
privileges to access databases but candidates cannot access it.
The Administrator gives all the access permissions to Employees.
No one can enter the system without having a login and password.

CTIDS

15

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

4. System Analysis

CTIDS

16

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

4.1 Study of Current System


The main purpose of developing this website sis to provide the environment
with one of the best ideas to shop and surf the most popular brands and
products.
This site is mainly focused on shopping from many branded store at one
place, you can also choose cash on delivery option from payment.

4.2 Problem & Weakness of the current system


Most of the current systems are not user friendly.
It takes a lot of users for surfing sites.
The sites authorities are not much concerned about user feedback.

4.3 Requirements of New System


1. Functional Requirement: Administration: It is the function of the person who has the authority
to bring about any changes, decide what data should be there and
what should not be the part of the project.
Product: It is the part that provides the information about the process
which is done by the project.
Services: Services provide with the information about the various
functions and the services offered and provided by the site which can
be availed by the users or the members.
2. Non Functional Requirement: Portability: These things can easily transfer from one place to another
without any changes. So, the content can be used without much
modification. Hence the software is highly portable.
Reliable: The software is much user friendly. At many places the
directions and the process has been put up to help the users understand
easier and faster.
CTIDS

17

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Security: This software is secured to a greater extend. Though the


admin and user enter their Id and Password through the same form, still
the user can never enter the admins account. Certain important
information is only visible and assessed by the admin only.
Extendable: After the entire implementation of the software, if certain
new ideas arise they are welcomed and can easily be included without
much effort.
3. Interface: The software will be compatible on every Windows platform.
Operating systems like Windows XP, Vista, and Windows 7 will
support it.
1) Platform
2) Front End
3) Back End

CTIDS

:
:
:

Wamp Server
PHP
MySql

18

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

4.4 Feasibility Study


Feasibility is the measure of how beneficial the development of an
information system will be to an organization.
A process by which we measure feasibility is called as the feasibility
analysis.
The Feasibility analysis is categorized under four different types.
1) Operational Feasibility.
2) Technical Feasibility.
3) Schedule Feasibility.
4) Economical Feasibility.
Operational Feasibility
Operational feasibility is measures of how will the solutions work in
the organization and is mostly people oriented.
The problem is worth serving, as it would let the users download
and upload. The solution would definitely work.
The simple reason being that the problems are dealt with the help of
good books and expert faculties & also very useful to search topics
in the internet.
Technical feasibility
It is a measure of practically of a specific technical solution and the
availability of technical resource and expertise.
The analyst must find out whether current technical resources, which are
available in the system is capable of handling the visitors requirements or
not.
If not, then the analyst with the help of developers should confirm whether
the technology is available and capable or not.

CTIDS

19

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Schedule feasibility
Schedule feasibility corresponds to whether sufficient time is
available to complete the project.
Factor considered:
1. Schedule of the project.
2. Time by which the project has to be completed.
3. Reporting period.
Economic Feasibility
Economic feasibility is a measure of cost effectiveness of a project or
solution.
For declaring that the system is economically feasible the benefits from the
project should exceed or at least be equal to the cost of development.
The cost spent in the making of the project is categorized into two parts:
1) Direct cost:
This is in terms of money.
Hardware (Computer)
Software (PHP Source with Mysql)
System study
2) Indirect cost:
This is in terms of labor or the manual work.
Time spent in system analysis
Managing time
Referring other sources like the internet.

CTIDS

20

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Requirement Validation
This project contains the following validations:
These validations include input validation for the members or the users
while registration.
At the time of Login, User-id & Password must be required.

The email id should contain symbols like @ and .


Compare validation is used to compare and confirm the password.
Some fields are compulsory to be filled by the members.
User connection is must for place order and mail subscription

4.5 Functions of the System


This is a project named Z-Tech Computer, User can access the
sites object by proper authentication to the system.
It provides good security as main authority is admin.
There are mainly two function will works like as:
User Function
User can register, login, add to cart, view and purchase any product from
this website.
Administrator Function
Admin governs the whole system in our project.
Administrator creates another sub admin, block store, and unblock stores.

CTIDS

21

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

4.5.1 Use Case Diagram:-

Admin Login

ManageCartegory

Manage Product

View User

View Feedback

View Cart/Prod
Admin
Signup

User

Login

Contact Us

Add to Cart

Manage cart

Logout

CTIDS

22

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

4.6 Data Modeling


Amount

P_id

Mug

Email

p_id

Name

cat_id

Password

cat_name

4.6.1 ER Diagram:cat_name

p_img

Ca

co

teg

nt

or

ac

t_

p_price

P_name

P_img

Products

admin

password
p_quantity Uname

Add cart

p_name

P_price
P_desc.
P_status

session_id

P_rating

password
Email

P_date
Cat_id

u_id
a_id
Fname

Uname

session_id

Signup

Lname

Fname

o_id
o_date

Email

Full name

Password

address1

Contact

address2

Order

address1
address2

P_status
Contact

City

Email
Offer_id

Pin code
City
ne

Pin code

ws
lett

p_id

er

Email

Id

Offe

p_name
p_price
Amount

CTIDS

23

Z-TECH COMPUTER
Lname
14TE203020/13TE203020/14TE203007
(C.E)

4.6.2 Data Dictionary


Cart:
Field Name
p_id
p_name
p_img
p_quantity
p_price
Amount
session_id

Data Types
Int(5)
Varchar(255)
Varchar(255)
Int(5)
Int(5)
Int(5)
Varchar(255)

Description
Product_Id
Product_name
Product_img
Product_quantity
Product_price
Product_Amount
Product_session_i
d

Admin:
Field Name
a_id
Fname
Lname
Uname
Email
Password

Data Types
Int(5)
Varchar(255)
Varchar(255)
Varchar(255)
Varchar(255)
Varchar(255)

Description
Admin_Id
Full name
Last name
Admin_Uname
Admin_Email
Admin_Passwor
d

Data Types
Int(3)
Varchar(50)

Description
Category_Id
Category_Nam
e

Data Types
Varchar(50)
Varchar(255)
Varchar(255)

Description
Contact_Name
Contact_Email
Contact_Messag
e

Category:
Field Name
cat_id
cat_name

Contact_Us:
Field Name
Name
Email
Message

CTIDS

24

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Newsletter:
Field Name
Id
Email

Data Types
Int(5)
Varchar(255)

Date

Date

Description
Newsletter_Id
Newsletter_Emai
l
Newsletter_Date

Product:
Field Name
p_id
cat_name
p_name
p_img
p_desc

Data Types
Int(3)
varchar(255)
Varchar(50)
varchar(255)
varchar(255)

p_date
p_price
p_status
p_rate

varchar(255)
Int(5)
varchar(255)
Varchar(50)

Description
Product_Id
Category_Name
Product_name
Product_img
Product_descriptio
n
Product_date
Product_price
Product_status
Product_rate

Order
Field Name
o_id
o_date
Full name

Data Types
Int(6)
Date
varchar(255)

address1
address2
Contact
Email
City
Pin code

varchar(255)
varchar(255)
Bigint(12)
varchar(255)
varchar(255)
Int(6)

CTIDS

Description
Order_Id
Order_date
Order_Fullnam
e
Order_address1
Order_address2
Order_contact
Order_email
Order_city
Order_pincode

25

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Registration:
Field Name
u_id
Fname
Lname
Uname
Email
Password

Data Types
Int(5)
Varchar(100)
Varchar(100)
Varchar(100)
Varchar(255)
Varchar(50)

Contact
address1
address2
City
Pin code
p_id
p_name
p_price
Amount
Mod

Varchar(10)
Varchar(255)
Varchar(255)
Varchar(50)
Int(6)
Int(5)
Varchar(255)
Int(6)
Int(6)
Varchar(255)

CTIDS

Description
User_Id
First name
Last name
User_name
User_Email
User_passwor
d
User_contact
User_address1
User_address2
User_city
User_pincode
Product_Id
Product_name
Product_price
User_Amount
User_Mod

26

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

4.7 Functional and Behavioral Modeling


4.7.1 Context Flow Diagram:-

Admin
login

M
an
ag
e
pr
od
uc
t

M
a
n
a
g
e
u
se

Lo
gin

m
an
ag
e
ca
rt

Z-Tech Computer

Ca
rt
Pro
du
ct/
vie Bu
w y

Output

User

CTIDS

27

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

4.7.2 Dataflow Diagram

CTIDS

28

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

5. Testing Strategy

CTIDS

29

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

5. Testing
5.1 Testing Plan:
A test plan is the cornerstone of a successful testing implementation.
The testing plan represents the overall approach to the test. In many ways, the
test plan serves as a summary of the test activities that will be performed.
It shows how the tests will be organized, and outlines all of the testers needs
that must be met in order to properly carry out the test.
The goal of test planning is to establish the list of tasks that, if performed, will
identify all of the requirements that have not been met in the software.
There are many standards that can be used for developing test plans.
Early in the deployment planning phase, the testing effort, and identifies the
methodology that your team will use to conduct tests.
It also identifies the hardware, software, and tools required for testing and the
features and functions that will be tested.
A well-rounded test plan notes any risk factors that jeopardize testing and
includes a testing schedule.
So we can say that Test Planning details the activities, dependencies and effort
required to conducting the system test.

CTIDS

30

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

5.2 Testing Strategy:


The test strategy is a formal description of how a software product will be
tested.
A test strategy is developed for all levels of testing, as required.
The test team analyzes the requirements, writes the test strategy and reviews
the plan with the project team.
The test plan may include test cases, conditions, and the test environment, a
list of related tasks, pass/fail criteria and risk assessment.
The purpose of the testing strategy is to define the overall context for the entire
testing process.
The process is different depending on the specific characteristics of your
solution.
In many respects, this is the most important part of the testing process, since
all future testing decisions will be made within the context of the strategy.
As a programmer, we have to just do a unit testing which is a part of White
Box testing.
Other type of the testing in each phase of the software is done by testing
department.
Unit testing begins at the vortex of the spiral and concentrates on each unit (i.e.
component) of the software as implemented in source code.

CTIDS

31

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

5.3 Testing Methods:


There are mainly two strategies:
Black Box Testing
White Box Testing
Black Box Testing
Black box testing is testing without knowledge of the internal workings of the
item being tested. For example, when black box testing is applied to software
engineering, the tester would only know the legal inputs and what the expected
outputs should be, but not how the program actually arrives at those outputs. It
is because of this that black box testing can be considered testing with respect to
the specifications, no other knowledge of the program is necessary. For this
reason, the tester and the programmer can be independent of one another,
avoiding programmer bias toward his own work. For this testing, test groups are
often used. Also, due to the nature of black box testing, the test planning can
begin as soon as the specifications are written.
This strategy has some advantage like it is more effective on larger units of code
than glass box testing, tester needs no knowledge of implementation, including
specific programming languages, tester and programmer are independent of
each other, and tests are done from a users point of view, will help to expose
any ambiguities or inconsistencies in the specifications, test cases can be
designed as soon as the specifications are complete

CTIDS

32

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

White Box Testing


White box testing strategy deals with the internal logic and structure of the
code. White box testing is also called as glass, structural, open box or clears box
testing. The tests written based on the white box testing strategy incorporate
coverage of the code written, branches, paths, statements and internal logic of
the code etc. In order to implement white box testing, the tester has to deal with
the code and hence is needed to possess knowledge of coding and logic i.e.
internal working of the code. White box test also needs the tester to look into the
code and find out which unit/statement/chunk of the code is malfunctioning.
The white box testing has also some advantages like as the knowledge of
internal coding structure is prerequisite. It becomes very easy to find out which
type of input/data can help in testing the application effectively. It helps in
optimizing the code. It helps in removing the extra lines of code, which can
bring in hidden defects.

CTIDS

33

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Test Cases
Testing: Software testing is a critical element of software quality assurance and
represents the ultimate review or specification, design and code generation.
No
.

Form Name

Login Page

Entry page

Purpose

Required

Expected Output

To authenticate the

Input
Login id,

User should get

person and to restrict

Password

rights to access the

some functionality to

restricted

the guest user


To validate all the

Some

functionality
id would be

fields of the personal

Fields are

generate and given

information, so that

mandatory

to the user when in

can be given to users

contact with each


other for first time
Login Id,

login
User should be able

person and to validate Password

to cancel or modify

To authenticate the

Cancel/Modify and compare the id ,to


Order

the Order according

restrict this

to the rights given

functionality to the

to the user

unauthorized user

CTIDS

34

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

6. Screen Shots and User


Manual

CTIDS

35

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Home Page:

CTIDS

36

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

CTIDS

37

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

This is our Home Page: [Link] Offer Page:

CTIDS

38

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Contact us :

CTIDS

39

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Register:

This is our Registration Page: 1.

This is our Registration Page: 2.

Login:
CTIDS

40

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Product Detail Page:

CTIDS

41

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

CTIDS

42

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Product Summary Page:

CTIDS

43

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

7. Limitation & Future


Enhancement

CTIDS

44

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Limitations and Future Enhancement


7 Limitations
Customers can not directly registration for their parcel.
Massage services still not available as it can be important functionality of this
System.
8 Future Enhancement
Massage service still not available as it can be added in future for circular and
other curriculum activities.
Customer can not directly registration for their parcel so in future customer can
registration their parcel.

CTIDS

45

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

8. References

CTIDS

46

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Books Reference:
PHP Bible
Mysql Black Book
Web Standers Apress

Website Reference:
[Link]
[Link]
[Link]

CTIDS

47

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

9. Conclusion

CTIDS

48

Z-TECH COMPUTER
14TE203020/13TE203020/14TE203007 (C.E)

Conclusion

The Project Z-Tech Computer is for Online Shopping. It is a browser based


website. This project provides all the branded stores at one place. So user can shop
easily with all the latest products. The customer can use add cart facility and also
place order. Admin has rights for category, products, offers, etc. master admin can
manage the store and block or active user. This web application provide the fully
GUI based interface for user, so this application become user friendly.
At the last I developed the site for easy online shopping and view all the top
branded stores and products. My main aim is give one interface for user to provide
new way to shopping.

CTIDS

49

You might also like