0% found this document useful (0 votes)
100 views

Furniture Shop System: Advantages

The document describes an online furniture shopping system that allows users to browse and purchase furniture from an online store. Users can view products by category, add items to their cart, and checkout either by registering an account or as a guest. The system was created using .NET for the frontend, C# for the backend, and SQL for the database. It brings the functionality of an offline furniture shop online for a simplified shopping experience between buyers and sellers.

Uploaded by

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

Furniture Shop System: Advantages

The document describes an online furniture shopping system that allows users to browse and purchase furniture from an online store. Users can view products by category, add items to their cart, and checkout either by registering an account or as a guest. The system was created using .NET for the frontend, C# for the backend, and SQL for the database. It brings the functionality of an offline furniture shop online for a simplified shopping experience between buyers and sellers.

Uploaded by

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

Furniture Shop System

An online furniture shop that allows users to check for various


furniture available at the online store and purchase online. The
project consists of list of furniture products displayed in various
models and designs. The user may browse through these
products as per categories. If the user likes a product he may add
it to his shopping cart. Once user wishes to checkout he must
register on the site first. He can then login using same id
password next time. Now he may pay through a cash on
delivery. Here we use .net framework to make the entire
frontend. The middle tier or code behind model is designed in
c#. And sql serves as a backend to store furniture lists and
inventory data Thus the online furniture shopping project brings
an entire furniture shop online and makes it easy for both buyer
and seller to make furniture deals.

 User Registration: User can register on the system and get


his online account on site.

 User Login: User can login to system and check various


furniture data online.

 Product Categories: The furniture are arranged and can be


viewed in categories.

 Add to cart: Users can add furniture products to cart


Advantages:
 Helps furniture shops to automate furniture selling online.
 Helps furniture shops to take cc payments.
 Provides email confirmation on payment success.

Disadvantages:
 Does not keep track of stock.
Applications:
 This system can be used in single furniture shops.
 This system can be used to sell like chain of furniture shops
from a single site.

Software Requirements:

 Windows Xp, Windows 7(ultimate, enterprise)


 Sql 2008
 Notepad
 Wamp Serve
Hardware Components:
 Processor – i3
 Hard Disk – 5 GB
 Memory – 1GB RAM

There are so many furniture designs available nowadays. Looking at these,


you may end up in a confusion of which one to buy. However, you must
understand your requirements before purchasing the furniture. Here is a list of
common factors that can help you understand your needs better:
The main purpose of this module is provide all the functionality realted to
customers. It tracks all the information and details of the customer. We have
developed all type of CRUD (Create, Read, Update and Delete) operations of
the customers. This is a role based module where admin can perform
each and every operations on data but the customer will be able to view only
his/her data, so access level restrictions has also been implemented on
the project. Here students can search project in php free download  .

Size of the area where the furniture will be placed Size of the furniture
Purpose of the furniture, whether bed, sofa, or cabinet Features of the
furniture Its material, design, and color Your budget Who said furniture should
only fulfill its purpose? You can go a mile extra with your creativity skills by
mixing and matching different furniture designs to beautify your home dcor.
For example, you can set up quirky benches as a seating arrangement
instead of sofas in the living area and amp up the liveliness of your home.
Similarly, your bedroom furniture design reflects your personality, so it is all in
the way you style it, then be it a modular wardrobe or a loft bed with storage
and desk functionality.

It is an online furniture shop that allows users to check for various furniture
available at the online store and purchase online. The project provides a of list
of furniture products displayed online in various models and designs. The user
may browse through these products as per categories. If the user likes a
product, he may add it to his shopping cart. User needs to register on the site
before checking out so that he can login using same id password next time.
User can select any payment option that he wish to like credit card or cash on
delivery. user receives a copy of the shopping receipt on his email id once the
transaction is successful. Here we use .net framework to make the entire
frontend. The middle tier or code behind model is designed in c#. In addition,
sql serves as a backend to store furniture lists and inventory data. Thus, the
online furniture-shopping project brings an entire furniture shop online and
makes it easy for both buyer and seller to make furniture deals.

Features of Admin Module:


 Admin can add new product .
 Admin can see the list of product
 Only admin can edit and update the product
 Admin will be able to delete the product
 customers forms are validated on client side using JavaScript
 will be able to see his details
 admin see all order details

Features of User Panel:


 user view product
 user view product by category
 user add product to cart
 user able to purchase product

Brief overview of the technology:


Front end: HTML, CSS, JavaScript

1. HTML: HTML is used to create and save web document. E.g.


Notepad/Notepad++
2. CSS : (Cascading Style Sheets) Create attractive Layout
3. Bootstrap : responsive design mobile freindly site
4. JavaScript: it is a programming language, commonly use with web
browsers.

Back end: PHP, MySQL

1. PHP: Hypertext Preprocessor (PHP) is a technology that allows


software developers to create dynamically generated web pages, in
HTML, XML, or other document types, as per client request. PHP is
open source software.
2. MySQL: MySql is a database, widely used for accessing querying,
updating, and managing data in databases.

Software Requirement(any one)


 WAMP Server
 XAMPP Server
 MAMP Server
 LAMP Server

You might also like