SlideShare a Scribd company logo
2
Most read
3
Most read
10
Most read
CMP-3110 ~ E-Commerce Applications Development
Chapter 06
The Shopping Basket
Shopping baskets
• Shopping baskets the first stage in enabling an online purchase
• Number of other methods that can facilitate e-commerce, including:
• One-click payments
• Service subscription payments
• Auctions (Nilami)
Shopping baskets
• One-click payments:
• customer clicks on the button
• payment is processed
• payment processor notifies the administrator:
• Customer
• delivery details
• the amount paid
• the product and cost data is defined within the payment button
• Disadvantage:
• customers can easily order things by mistake
• customers need to be sure their default delivery details are correct in advance
• it isn't easy to add voucher codes without adding more clicks
Shopping baskets
• One-click payments:
Shopping baskets
• Service subscription payments:
• generally similar to one-click payments; you click on the subscription level,
and then you pay.
• Subscription sites give access to products or services for the duration of a
subscription, from a business perspective
• This often allows measurable recurring income, and can reduce transaction
fees
Shopping baskets
• Auctions
• Auctions lead to bidding for products
• The customer commits to purchase the product at a certain price
• No other customer commits to a higher price within the auction time window
Per-page basket
In case of no items in basket In case of basket have items
Per-page basket
And, our main basket page should look like this:
Considerations for our shopping basket
• Stock levels:
• Is there sufficient stock when a customer adds a product to their basket?
• Product variations
• Product customizations
• Templates:
• An empty basket
• summary of the basket
• Subtotals:
• We need to calculate subtotals for each product in the basket
Basket database
Basket database
Basket contents
• We have a basket structure in our database, but we now need to
allow our customers to control the contents of the basket
• Allowing them to:
• View the basket
• Add products to their basket
• Add customizable products to their basket
• Add variations of a product to their basket
• Edit quantities of products in their basket
Viewing the basket
• CheckBasket method
1. Why are we using before adding the product?
2. customer adds a product to their basket twice
3. The second instance should increment the quantity of the first instance of
the product
Adding products
• we only need to record
• The product's ID number
• Information of the user
• addProduct method
• First, we check that the product is valid and active
• Secondly, we check that it is not a customizable product or variations
• Finally, we check to see if the product is already in the basket
• If it is, then we increment the product's quantity in the basket
• if it isn't, then we add it to the basket.
Adding customizable products
• To facilitate the purchase of such products, there are a number of
things we need to do:
• Restructure the basket database
• adding a field to store the uploaded file field to store custom text
• Change how we view the shopping basket
• Change how we add a product to the basket
• Process the customized information, if the product was customizable
Adding product variants
Editing quantities
• customer wants to change the quantity
• The hope here is obviously that they will increase the quantities and purchase
more
• But equally, we need to allow them to reduce quantities or remove products
• updateBasket()
Cleaning the basket
• The customer wants to empty their basket
• The customer confirms an order
• The basket contents are old and are not tied to a customer account
Displaying the basket on every page
• Most e-commerce websites display a small shopping basket at the top
of the page or the side of the page, reminding the customer how
many products are in their basket
• To display the basket on each page we will need:
• An empty basket template file
• A basket template file, which displays the number of products in the
customer's basket
• A template tag in our main templates
• Something in our framework to link into the basket on each page

More Related Content

PPTX
The Checkout and Order Process
Muhammad Sajid
 
PPTX
Enhancing the User Experience
Muhammad Sajid
 
PPTX
Software quality assurance
Aman Adhikari
 
PPTX
Web essentials clients, servers and communication – the internet – basic inte...
smitha273566
 
DOCX
Blood Bank Management System Project Proposal
Azmeen Gadit
 
DOCX
E-commerce documentation
Sohel Parvez
 
PDF
Object oriented-systems-development-life-cycle ppt
Kunal Kishor Nirala
 
PDF
E-Commerce Website Proposal
Cecilia Pamfilo
 
The Checkout and Order Process
Muhammad Sajid
 
Enhancing the User Experience
Muhammad Sajid
 
Software quality assurance
Aman Adhikari
 
Web essentials clients, servers and communication – the internet – basic inte...
smitha273566
 
Blood Bank Management System Project Proposal
Azmeen Gadit
 
E-commerce documentation
Sohel Parvez
 
Object oriented-systems-development-life-cycle ppt
Kunal Kishor Nirala
 
E-Commerce Website Proposal
Cecilia Pamfilo
 

What's hot (20)

PDF
Full report on blood bank management system
Jawhar Ali
 
DOCX
Online Voting System
Stephen Muindi
 
DOCX
PROJECT REPORT_ONLINE VOTING SYSTEM
Nandasaba Wilson
 
PPT
E commerce
Arman Ahmed
 
DOCX
Online votingsystem
Manish Kumar
 
PPTX
Online E-Voting System
Prashant Upadhyay
 
PDF
Online Voting System-using Advanced Java
Sarthak Srivastava
 
PPTX
SPM_UNIT-1(1).pptx
Sushant895574
 
DOCX
Bus Ticket Management System Documentation
muzammil siddiq
 
DOC
online-shopping-documentation-srs for TYBSCIT sem 6
YogeshDhamke2
 
PPTX
Software Crisis
KritikaRana10
 
PPTX
Application layer protocols
FabMinds
 
PDF
e-commerce web development project report (Bookz report)
Mudasir Ahmad Bhat
 
PPTX
ONLINE VOTING SYSTEM FINAL.pptx
ShivaniSAurad
 
PDF
Stm unit1
Chaitanya Kn
 
PDF
CNIT 129S: Ch 6: Attacking Authentication
Sam Bowne
 
PPTX
RMMM Plan
Ankit Bahuguna
 
PPT
E commerce website Project Presentation
ZT MESH
 
PPTX
Final year project presentation
Noman Manzoor
 
PPTX
Online voting system
Pooja Jain
 
Full report on blood bank management system
Jawhar Ali
 
Online Voting System
Stephen Muindi
 
PROJECT REPORT_ONLINE VOTING SYSTEM
Nandasaba Wilson
 
E commerce
Arman Ahmed
 
Online votingsystem
Manish Kumar
 
Online E-Voting System
Prashant Upadhyay
 
Online Voting System-using Advanced Java
Sarthak Srivastava
 
SPM_UNIT-1(1).pptx
Sushant895574
 
Bus Ticket Management System Documentation
muzammil siddiq
 
online-shopping-documentation-srs for TYBSCIT sem 6
YogeshDhamke2
 
Software Crisis
KritikaRana10
 
Application layer protocols
FabMinds
 
e-commerce web development project report (Bookz report)
Mudasir Ahmad Bhat
 
ONLINE VOTING SYSTEM FINAL.pptx
ShivaniSAurad
 
Stm unit1
Chaitanya Kn
 
CNIT 129S: Ch 6: Attacking Authentication
Sam Bowne
 
RMMM Plan
Ankit Bahuguna
 
E commerce website Project Presentation
ZT MESH
 
Final year project presentation
Noman Manzoor
 
Online voting system
Pooja Jain
 
Ad

Similar to The Shopping Basket (20)

PPT
E commerce
Pankaj Bhaisare
 
PPTX
Magento eConnect for Infor M3
Caroline Starwing Jiborn
 
PPTX
Online shopping e commerce website for cloth retail.pptx
shubhanshusahu71
 
PPTX
ecom slides.pptx
CHSubhaniGujjar
 
PPTX
Pr to po process risk and test steps
gangesh22
 
PPTX
Onboarding presentation - Vietnam - English
OnboardingPresentation
 
PPTX
Getting Alfatah Online
Aima Masood
 
PPTX
Commerce in context ver 05
hardik_surana
 
PDF
Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18
Gary Thayer
 
PPTX
Onboarding presentation - Indonesia
OnboardingPresentation
 
PPTX
Lazada Onboarding - Philippines
OnboardingPresentation
 
PPTX
Acquisition module on koha
sayma sultana
 
PDF
On boarding presentation sg
nqt251091
 
PPTX
Onboarding presentation - Thailand
OnboardingPresentation
 
PPTX
Online shopping system
Nik_Panchal
 
PPTX
Onboarding presentation - Malaysia
OnboardingPresentation
 
PPTX
Onboarding presentation - HK
OnboardingPresentation
 
PDF
Online Retailing Database System on Amazon
Hung-Chih(Henry) Huang
 
PPTX
Onboarding presentation - Singapore
OnboardingPresentation
 
PDF
Magento features list
Rasbor.com
 
E commerce
Pankaj Bhaisare
 
Magento eConnect for Infor M3
Caroline Starwing Jiborn
 
Online shopping e commerce website for cloth retail.pptx
shubhanshusahu71
 
ecom slides.pptx
CHSubhaniGujjar
 
Pr to po process risk and test steps
gangesh22
 
Onboarding presentation - Vietnam - English
OnboardingPresentation
 
Getting Alfatah Online
Aima Masood
 
Commerce in context ver 05
hardik_surana
 
Woo for You: Customizing WooCommerce - Gary Thayer - WCNYC18
Gary Thayer
 
Onboarding presentation - Indonesia
OnboardingPresentation
 
Lazada Onboarding - Philippines
OnboardingPresentation
 
Acquisition module on koha
sayma sultana
 
On boarding presentation sg
nqt251091
 
Onboarding presentation - Thailand
OnboardingPresentation
 
Online shopping system
Nik_Panchal
 
Onboarding presentation - Malaysia
OnboardingPresentation
 
Onboarding presentation - HK
OnboardingPresentation
 
Online Retailing Database System on Amazon
Hung-Chih(Henry) Huang
 
Onboarding presentation - Singapore
OnboardingPresentation
 
Magento features list
Rasbor.com
 
Ad

More from Muhammad Sajid (20)

PPTX
eCommerce App Lecture
Muhammad Sajid
 
PPTX
Characteristics of enterprise application software
Muhammad Sajid
 
PPTX
Products and Categories
Muhammad Sajid
 
PPTX
E-Commerce Applications Development
Muhammad Sajid
 
PPTX
E-Commerce Applications Development
Muhammad Sajid
 
PPTX
Data Transfer between Activities & Databases
Muhammad Sajid
 
PPTX
Data Transfer between Activities & Databases
Muhammad Sajid
 
PPTX
Data Transfer between Activities & Databases
Muhammad Sajid
 
PDF
Mobile Application Development
Muhammad Sajid
 
PDF
MOBILE APPLICATION DEVELOPMENT
Muhammad Sajid
 
PDF
MOBILE APPLICATION DEVELOPMENT
Muhammad Sajid
 
PDF
MOBILE APPLICATION DEVELOPMENT
Muhammad Sajid
 
PDF
MOBILE APPLICATION DEVELOPMENT
Muhammad Sajid
 
PPTX
Your first Android App
Muhammad Sajid
 
PPTX
Group Aided Decision making revised
Muhammad Sajid
 
PDF
Pakistan Studies notes
Muhammad Sajid
 
PDF
Components of Computing Game
Muhammad Sajid
 
PDF
Design Elements of Computing Game
Muhammad Sajid
 
PDF
Nature of Game
Muhammad Sajid
 
PDF
Overview of Computer Game Development
Muhammad Sajid
 
eCommerce App Lecture
Muhammad Sajid
 
Characteristics of enterprise application software
Muhammad Sajid
 
Products and Categories
Muhammad Sajid
 
E-Commerce Applications Development
Muhammad Sajid
 
E-Commerce Applications Development
Muhammad Sajid
 
Data Transfer between Activities & Databases
Muhammad Sajid
 
Data Transfer between Activities & Databases
Muhammad Sajid
 
Data Transfer between Activities & Databases
Muhammad Sajid
 
Mobile Application Development
Muhammad Sajid
 
MOBILE APPLICATION DEVELOPMENT
Muhammad Sajid
 
MOBILE APPLICATION DEVELOPMENT
Muhammad Sajid
 
MOBILE APPLICATION DEVELOPMENT
Muhammad Sajid
 
MOBILE APPLICATION DEVELOPMENT
Muhammad Sajid
 
Your first Android App
Muhammad Sajid
 
Group Aided Decision making revised
Muhammad Sajid
 
Pakistan Studies notes
Muhammad Sajid
 
Components of Computing Game
Muhammad Sajid
 
Design Elements of Computing Game
Muhammad Sajid
 
Nature of Game
Muhammad Sajid
 
Overview of Computer Game Development
Muhammad Sajid
 

Recently uploaded (20)

PPTX
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
PPTX
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
DOCX
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
PPTX
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
PDF
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
PPTX
Introduction to pediatric nursing in 5th Sem..pptx
AneetaSharma15
 
DOCX
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
PDF
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
PPTX
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
PDF
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
PPTX
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
PDF
Biological Classification Class 11th NCERT CBSE NEET.pdf
NehaRohtagi1
 
PDF
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
PPTX
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
PPTX
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
PPTX
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
PDF
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
DOCX
Action Plan_ARAL PROGRAM_ STAND ALONE SHS.docx
Levenmartlacuna1
 
PPTX
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
PPTX
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 
An introduction to Prepositions for beginners.pptx
drsiddhantnagine
 
TEF & EA Bsc Nursing 5th sem.....BBBpptx
AneetaSharma15
 
SAROCES Action-Plan FOR ARAL PROGRAM IN DEPED
Levenmartlacuna1
 
How to Track Skills & Contracts Using Odoo 18 Employee
Celine George
 
2.Reshaping-Indias-Political-Map.ppt/pdf/8th class social science Exploring S...
Sandeep Swamy
 
Introduction to pediatric nursing in 5th Sem..pptx
AneetaSharma15
 
pgdei-UNIT -V Neurological Disorders & developmental disabilities
JELLA VISHNU DURGA PRASAD
 
The-Invisible-Living-World-Beyond-Our-Naked-Eye chapter 2.pdf/8th science cur...
Sandeep Swamy
 
Five Point Someone – Chetan Bhagat | Book Summary & Analysis by Bhupesh Kushwaha
Bhupesh Kushwaha
 
The Minister of Tourism, Culture and Creative Arts, Abla Dzifa Gomashie has e...
nservice241
 
BASICS IN COMPUTER APPLICATIONS - UNIT I
suganthim28
 
Biological Classification Class 11th NCERT CBSE NEET.pdf
NehaRohtagi1
 
Review of Related Literature & Studies.pdf
Thelma Villaflores
 
An introduction to Dialogue writing.pptx
drsiddhantnagine
 
Dakar Framework Education For All- 2000(Act)
santoshmohalik1
 
Tips Management in Odoo 18 POS - Odoo Slides
Celine George
 
Module 2: Public Health History [Tutorial Slides]
JonathanHallett4
 
Action Plan_ARAL PROGRAM_ STAND ALONE SHS.docx
Levenmartlacuna1
 
Cleaning Validation Ppt Pharmaceutical validation
Ms. Ashatai Patil
 
CONCEPT OF CHILD CARE. pptx
AneetaSharma15
 

The Shopping Basket

  • 1. CMP-3110 ~ E-Commerce Applications Development Chapter 06 The Shopping Basket
  • 2. Shopping baskets • Shopping baskets the first stage in enabling an online purchase • Number of other methods that can facilitate e-commerce, including: • One-click payments • Service subscription payments • Auctions (Nilami)
  • 3. Shopping baskets • One-click payments: • customer clicks on the button • payment is processed • payment processor notifies the administrator: • Customer • delivery details • the amount paid • the product and cost data is defined within the payment button • Disadvantage: • customers can easily order things by mistake • customers need to be sure their default delivery details are correct in advance • it isn't easy to add voucher codes without adding more clicks
  • 5. Shopping baskets • Service subscription payments: • generally similar to one-click payments; you click on the subscription level, and then you pay. • Subscription sites give access to products or services for the duration of a subscription, from a business perspective • This often allows measurable recurring income, and can reduce transaction fees
  • 6. Shopping baskets • Auctions • Auctions lead to bidding for products • The customer commits to purchase the product at a certain price • No other customer commits to a higher price within the auction time window
  • 7. Per-page basket In case of no items in basket In case of basket have items
  • 8. Per-page basket And, our main basket page should look like this:
  • 9. Considerations for our shopping basket • Stock levels: • Is there sufficient stock when a customer adds a product to their basket? • Product variations • Product customizations • Templates: • An empty basket • summary of the basket • Subtotals: • We need to calculate subtotals for each product in the basket
  • 12. Basket contents • We have a basket structure in our database, but we now need to allow our customers to control the contents of the basket • Allowing them to: • View the basket • Add products to their basket • Add customizable products to their basket • Add variations of a product to their basket • Edit quantities of products in their basket
  • 13. Viewing the basket • CheckBasket method 1. Why are we using before adding the product? 2. customer adds a product to their basket twice 3. The second instance should increment the quantity of the first instance of the product
  • 14. Adding products • we only need to record • The product's ID number • Information of the user • addProduct method • First, we check that the product is valid and active • Secondly, we check that it is not a customizable product or variations • Finally, we check to see if the product is already in the basket • If it is, then we increment the product's quantity in the basket • if it isn't, then we add it to the basket.
  • 15. Adding customizable products • To facilitate the purchase of such products, there are a number of things we need to do: • Restructure the basket database • adding a field to store the uploaded file field to store custom text • Change how we view the shopping basket • Change how we add a product to the basket • Process the customized information, if the product was customizable
  • 17. Editing quantities • customer wants to change the quantity • The hope here is obviously that they will increase the quantities and purchase more • But equally, we need to allow them to reduce quantities or remove products • updateBasket()
  • 18. Cleaning the basket • The customer wants to empty their basket • The customer confirms an order • The basket contents are old and are not tied to a customer account
  • 19. Displaying the basket on every page • Most e-commerce websites display a small shopping basket at the top of the page or the side of the page, reminding the customer how many products are in their basket • To display the basket on each page we will need: • An empty basket template file • A basket template file, which displays the number of products in the customer's basket • A template tag in our main templates • Something in our framework to link into the basket on each page