ONLINE SHOPPING DAILY DAIRY





 






SIX WEEKS INDUSTRIAL TRAINING

DAILY DAIRY REPORT
ON
  ONLINE SHOPPING"






GURU NANAK DEV ENGINEERING
COLLAGE ,LUDHIANA



                                                   Submitted By :--
                                            CHANPREET SINGH
                                                        D3-IT-A1          


                                            CLASS Roll No. 136020
                                 UNIVERSITY Roll No. 1311369 (IT)
        


Shopping Cart System

Table of Contents
Word did not find any entries for your table of contents.
In your document, select the words to include in the table of contents, and then on the Home tab, under Styles, click a heading style. Repeat for each heading that you want to include, and then insert the table of contents in your document. To manually create a table of contents, on the Document Elements tab, under Table of Contents, point to a style and then click the down arrow button. Click one of the styles under Manual Table of Contents, and then type the entries manually.

Use of Shopping Cart system

Shopping Cart System 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. 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 stores 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 the database of all the products are updated
at the end of each transaction.
Description: download

What is Shopping Cart system ?
HOW SHOPPING CART SYSTEM WORKS ?

Online shopping is a form of electronic shopping store where the buyer is directly online to the seller’s
computer usually via the internet. There is no intermediary service. The sale and purchase transaction is
completed electronically and interactively in real-time.
The development of this new system contains the following activities, which try to develop on-line
application by keeping the entire process in the view of database integration approach. User gets its eamil id and password to access their account.

Administrator of Shopping Cart System has multiple features such as Add, Delete, Update shopping Items.

Features of shopping cart system
1.   Secure registration and profile management facilities for Customers.
2.   Browsing through the e-Mall to see the items that are there in each category of products like Apparel, Kitchen accessories,
Bath accessories, Food items etc.
3.   Creating a Shopping cart so that customer can Shop N number of items and checkout finally with the entire shopping cart
4.   Customers should be able to mail the Shop about the items they would like to see in the Shop
5.   Secured mechanism for checking out from the Shop( Credit card verification mechanism ).Updates to customers about the Recent Items in the Shop.
6.   Uploading Most Purchased Items in each category of products in the Shop like Apparel, Kitchen accessories, Bath accessories,
Food items etc.

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.   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
Installation Steps

1.   Download zip file and Unzip file on your local server.
2.   Put this file inside “c:/wamp/www/” .
3.   Database Configuration:
Open phpmyadmin
Create Database named “shop”.
Import database shop.sql.
4.   Open Your browser put inside URL: “http://localhost/Online_Shopping/”
5.   To Login as admin put inside URL: http://localhost/Online_Shopping/admin


Admin login details:
Login Id: admin
Password: 12345




Online Shopping Project Report

 

 

Introduction to Online Shopping Project:

 

 

The aim of this project is on the online shopping application it is developed using HTML5, JAVA script, CSS,. The application is very useful where the buyer can directly buy the products from home via internet on mobile or system. The application reduces lot of work load for customer as well as owner. The transaction of money is completed in real time system. Some of the online shops are EBAY Amazon. By this online shopping the product is directly delivered to customer home.

 

 

Proposed System:

 

 

 

The development of this application contains following activities

Profile management facility for customers in secure manner

All the products are accessed through e-mal like kitchen accessories, Food items.

Shopping cart is also created for customers for total amount checking

Recent offers updates to customers via mail

About most of them purchased are shown.

 

 

Modules:

 

 

There are 4 modules in this application

Customer

 

Employee

 

Admin

 

Security and authentication

 

 

 

Customer:

 

 

The customer module contains information about the products and offers and the price of the products. Before that the customer has to register in this application for this registration form is developed the new users must register and can continue the shopping.

 

 

Employee:

 

 

The Employee module contains Employees who are working in the company. The details of every employee are stored in this page. The Employees process the data of the customers and their orders.

 

 

Admin:

 

 

The admin module contains user’s details and category entry, sub-category entry and Product master.

The manufactures list of products and their details are shown at left side.

 

 

Security and Authentication:

 

 


The security and authentication module contains about access privileges to customers and employees for various operations. The security is very important for online transactions to done correctly without being hacked.

Comments