How to Build an ECommerce Web Site - PowerPoint PPT Presentation

1 / 19
About This Presentation
Title:

How to Build an ECommerce Web Site

Description:

Page Hierarchy. 3-Tier Model. Three tiers: Client: ... SQL Server. Active Server Pages / ASP. ER Diagram. Customers Table. Active Server Page (ASP) Definition ... – PowerPoint PPT presentation

Number of Views:53
Avg rating:3.0/5.0
Slides: 20
Provided by: Computing8
Category:
Tags: build | ecommerce | site | web

less

Transcript and Presenter's Notes

Title: How to Build an ECommerce Web Site


1
How to Build an E-Commerce Web Site
  • Wen Qiu Wang
  • Wells College
  • 12/08/00

2
Introduction
  • Electronic Commerce
  • System Overview
  • Approach
  • Application of Technologies
  • Implementation Environment

3
Electronic-Commerce
  • Definition
  • The term electronic commerce refers generally to
    commercial transactions, involving both
    organizations and individuals, that are based
    upon the processing and transmission of digitized
    data, including text, sound, and visual images
    that are carried out over open networks.
  • Related issues
  • User interface
  • Handling online transaction
  • Customer service
  • Attracting customers

4
Handling Online Transaction
  • Taxes
  • Shipping
  • Credit card transactions
  • Security
  • Privacy

5
Taxes
  • Taxation is difficult, because each state has
    different tax rates.
  • Things are further complicated with international
    business.
  • e.g. tariffs, customs fees, and other potential
    charges
  • Packages and services
  • Taxware
  • CyberSource

6
Shipping
  • Shipping charges have to be computed and included
    in the purchase price.
  • The actual cost is not necessarily the amount
    that merchants will want to charge their
    customers.
  • Trend charge fixed amounts for shipping and
    handling based upon the dollar size of the order.
  • Packages and services
  • Tandata
  • UPS and FedEx

7
Security
  • Secure Electronic Transaction, or SET
  • contains extra security measures and antifraud
    technologies.
  • Secure Sockets Layer, or SSL
  • an encryption technology that scrambles a message
    so that only the recipient can unscramble it.
  • URLs that begin with https// are using SSL

8
System Overview
  • Models
  • 3-Tier Model
  • Page Hierarchy

9
3-Tier Model
  • Three tiers
  • Client a browser
  • Business logic is implemented using COM.
  • Data database, spreadsheet, and text probably
    accessed using ADO.

10
(No Transcript)
11
Approach
  • Buy a ready-made solution
  • Rent space in a network-based e-commerce solution
  • Build the system from scratch with components and
    parts

12
Application of Technologies
  • Online Shoe Stores URL
  • http//csnt/shoestore_local/default.asp
  • Online Shoe Store Administrations URL
  • http//csnt/shoestore_local/administration/default
    .asp

13
Implementation Environment
  • Window NT Server
  • Internet Information Server
  • Visual InterDev
  • SQL Server
  • Active Server Pages / ASP

14
ER Diagram
15
Customers Table
16
Active Server Page (ASP)
  • Definition
  • an application environment in which we can
    combine HTML, scripts, and reusable ActiveX
    server components to create web-based business
    solutions.
  • Example

17
ASP Page
18
HTML Page
19
Acknowledgements
  • Professor Carol Shilepsky
  • MPS Faculty
Write a Comment
User Comments (0)
About PowerShow.com