ONLINE SHOPPING SYSTEM.pptx

Embed Size (px)

Citation preview

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    1/17

    ONLINE SHOPPING

    SYSTEM

    NABILAH HUDA BT MOHD SAHID, AZIZAH ATHIRAH BT IBRAHIM, FARHANA

    BT AZMAN

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    2/17

    INTRODUCTION

    ONLINE SHOPPING is a web-based application

    Software Developed in IBM Websphere. The

    main aim is to improve the services of

    customers and vendors. It maintains the details

    of customers payments, product receipts,

    addition of new customers, products and also

    updating and deleting. It also stores thepayments made by customers with all payment

    details like credit card.

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    3/17

    OVERVIEW

    The Buzzy.com is conceptualized as an online

    shopping site where internet visitors can expect

    to find a helpful information about gadget and

    technology. Users coming to the site can order product cart

    sold by The Buzzy.com through a shopping cart.

    Other interactive features will include a chat

    room, message board and online polls.

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    4/17

    OBJECTIVES

    To keep the interface simple, easy to navigate,

    and content oriented, without being

    overwhelming. Maintaining details of various customers,

    vendors, and product.

    Storing all the day to day transactions such as

    generation of shipment adress bills, handlingcustomers and product receipts.

    Allow customers to shop virtually.

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    5/17

    SELECTION OF PRODUCT

    PRICE AND DESCRIPTION CHECKING

    FORM FILLING

    SELECTION OF PAYMENT METHOD

    CONFIRMATION OF ORDER

    ONLINE SHOPPING PROCESS

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    6/17

    INTERFACE

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    7/17

    LOGIN PAGE

    REGISTRATION PAGE

    PRODUCT PAGE

    BILLING PAGE

    FINAL PAGE

    SYSTEM

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    8/17

    LOGIN PAGE

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    9/17

    REGISTRATION PAGE

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    10/17

    PRODUCT PAGE

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    11/17

    BILLING PAGE

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    12/17

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    13/17

    FINAL PAGE

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    14/17

    DATABASE

    COLUMN NAME TYPE

    Product Id Int

    Produt Name Varchar

    Product Type Varchar

    Unit Price Float

    Quantity Varchar

    Units in stock Int

    Units in order Int

    Table Name : PRODUCT

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    15/17

    COLUMN NAME TYPE

    Order Number IntOrder Date Date

    Customer Name Varchar

    Bill Adress Varchar

    Shipping Adress VarcharPhone Number Varchar

    Email-Id Varchar

    Amount Float

    Shipped status Varchar

    Table Name : CUSTOMER

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    16/17

    COLUMN

    NAME

    TYPE

    Product Id Int

    Product Name Varchar

    Price Float

    COLUMN

    NAME

    TYPE

    Card Type Varchar

    Card Number Varchar

    Table Name :

    PRODTABLE

    Table Name :

    CREDIT CARD

  • 7/30/2019 ONLINE SHOPPING SYSTEM.pptx

    17/17

    CONCLUSIONS

    This project helps in understanding the creation

    of an interactive web page and technologies

    used to implement it. The building of the project

    will given us a precise knowledge about how

    IBM Websphere application is used to develop a

    website, how it connects to the database to

    access the data and how the data and webpages are modified to provide the user with a

    shopping cart application.