E-Zone Cart With Recommendation System

Download as pptx, pdf, or txt
Download as pptx, pdf, or txt
You are on page 1of 18

E-Zone Cart with

Recommendation System

Name: Deepak. S(MSC SS)


Register Number:1631010
Project Guide: Mrs.K.Rajarajeshwari
Company Name :DomainHostly
 Domainhostly is a web hosting and domain registration company. It has been
established in the aim to serve the customers. DomainHostly helps to bring
websites online with best features.

 It offers website hosting solutions and domain registration service from small
to enterprise-level business to make their online identity.
Project Objective

 E-commerce is fast gaining ground as an accepted and used business


paradigm. More and more business houses are implementing web sites
providing functionality for performing commercial transactions over the web.

 The objective of this project is to develop a general purpose e-commerce store


where products can be bought from the comfort of home through the Internet.
Description

 Any member can register and view available products.


 Only registered member can purchase multiple products regardless of quantity.
 ContactUs page is available to contact Admin for queries.
 There are three roles available: Visitor, User and Admin.
 Visitor can view available products.
 User can view and purchase products.
Admin

An Admin has some extra accessibiltily including all privilege of visitor and user

 Admin can add products, edit product information and add/remove product.

 Admin can add user, edit user information and can remove user.

 Admin can ship order to user based on order placed by sending confirmation
mail.
Web Pages

 Home Page
 AboutUs Page
 Product Page
 Order Page
 ContactUs Page
 Admin Page
 Login Page
 Register Page
 Track the Order
Use Case Diagram
Technologies Used

 Client Scripting: HTML,CSS Bootstrap, jQuery.

 Server Scripting: Laravel-PHP Web Framework.

 Database: MySql.
Product Page

 Register user can view the product’s full screen images.

 User can see the product’s specification, review, comments

 User can select the quantity of the product.

 User can add the product to the cart.


Order View Page

 It displays all the products user wants to buy.

 User can have a grant total of the all items.

 After confirmation user can place the order from here.


Payment Gateway

 After ordering the items the user is redirected to payment page.

 User can make the payment via credit/debit cards, Netbanking, UPI.

 The payment gateway used is Razorpay.


Razorpay

 Razorpay uses tokenisation to prevent data exposure


 Razorpay replaces your 16-digit card number with a single token, which is a
unique set of characters that replace your original card number. 
 Tokens are assigned randomly, which makes it impossible to reverse-the actual
card number.
 Payments are processed in ease without the risk of data theft. 
Track Order

 After successful order placement an order ID is generated.

 The order id is sent to the user via email.

 The user can track the order using the order ID.
Recommendation System

 Recommendation systems are machine learning systems that help users


discover new product and services.

 Recommendation systems are designed to predict users interests and


recommend items a user might be interested in.
Collaborative Filtering

 Collaborative filtering approaches build a model from a user’s past behavior.

 Items previously purchased or ratings given to those items as well as similar


decisions made by other users.

 This model is then used to predict items (or ratings for items) that the user may
have an interest in.
Content-Based Algorithm

 Content-based recommender systems recommend a list of items to a user


based on the description of the item and a profile of the user’s interests

 The user profile will be created and uploaded automatically according to users
purchase history and rating scores. And the item profile will be updated as
long as the description of new items are loaded in the dataset.
THANK YOU

You might also like