Electronic Commerce Software

Slides:



Advertisements
Similar presentations
Electronic Commerce Ninth Edition
Advertisements

1 4 Chapter 4 Electronic Commerce Software Electronic Commerce.
Electronic Commerce Software
Principles of Information Systems, Sixth Edition Electronic Commerce Chapter 8.
Electronic Commerce Software
McGraw-Hill/Irwin Copyright © 2008, The McGraw-Hill Companies, Inc. All rights reserved.
Chapter 9 Electronic Commerce Software. Electronic Commerce Software Basics Dependent on : –The expected size of the enterprise and its projected traffic.
1 Pertemuan 13 Servers for E-Business Matakuliah: M0284/Teknologi & Infrastruktur E-Business Tahun: 2005 Versi: >
Copyright © 2004 Pearson Education, Inc. Slide 4-1 E-commerce Kenneth C. Laudon Carol Guercio Traver business. technology. society. Second Edition.
Chapter 9: Electronic Commerce Software. Electronic Commerce, Seventh Annual Edition2 Web Development Spectrum HTML Editors – FrontPage, Expression Web,
Final Exam Wednesday, May 10th 1:15 pm - 3:15 pm Bring a blue bubble sheet. Room 304: lab sections 10, 11, 12 Room 306: lab sections 13, 14, 15 Room 308:
Copyright © 2002 Pearson Education, Inc.
SESSION 9 THE INTERNET AND THE NEW INFORMATION NEW INFORMATIONTECHNOLOGYINFRASTRUCTURE.
Chapter 9: Electronic Commerce Software
Chapter 9: Electronic Commerce Software
E-Commerce: The Second Wave Fifth Annual Edition
E-Commerce: The Second Wave Fifth Annual Edition Chapter 9: Electronic Commerce Software.
Chapter 15: Accounting and Enterprise Software
Chapter 9: Electronic Commerce Software
E-Business Lecture 3 Website Development and Management Process.
Software for E- Commerce
Copyright © 2002 Pearson Education, Inc. Slide 4-1.
What is E-Commerce? Section 8.1. What is E-commerce? E-commerce is the exchange of goods, services, information, or other businesses through electronic.
ELC 200 Day 9. Agenda Questions? Assignment 2 is Due Assignment 3 is posted  Due Feb. 25, 2014  assignment3.pdf assignment3.pdf Finish Building an E-commerce.
Chapter 9: Electronic Commerce Software Electronic Commerce, Sixth Edition.
Electronic Commerce Eighth Edition
Electronic Commerce Software Chapter 9 Bridgette Batten Susan Harper.
E-Commerce: Fundamentals of Building Web-Based Businesses Timothy Lee UALR Arkansas SBTDC.
Introduction to E-Commerce
1 E-Business Technology : Electronic Commerce Software Mr. Seree Chinoom Department of Computer Science Burapha University
Elliott eOrders.Net Edward M. Kwang, President Rachel R. Locklair, Project Lead.
Lesson 4 : Chapter 4 Building an E-commerce Presence: Web Sites, Mobile Sites, and Apps Copyright © 2014 Pearson Education, Inc.
Strategies for Purchasing and Support Activities: From Electronic Data Interchange to Electronic Commerce.
1 Web Server Administration Chapter 1 The Basics of Server and Web Server Administration.
MSF Requirements Envisioning Phase Planning Phase.
E-Commerce Sell Your Stuff Online. What We’ll Be Talking About One of the most important parts of your business is collecting the cash, and Infusionsoft.
Electronic Commerce eCommerce Software MIS Spring 2006 Instructor: John Seydel, Ph.D.
E-commerce Vocabulary Terms. E-commerce Buying and selling of goods, services, or information via World Wide Web, , or other pathways on the Internet.
E-commerce Vocabulary Terms By: Laura Kinchen. Buying and selling of goods, services, or information via World Wide Web, , or other pathways on the.
Module 3: Business Information Systems Chapter 8: Electronic and Mobile Commerce.
Chapter 9 E-Commerce Software. 2 Before we start … we need to ask … 1.What’s the expected size of the enterprise and its projected traffic and sales?
Copyright © 2002 Pearson Education, Inc. Slide 8-1.
Building an E-Commerce website Dr. John P. Abraham.
Implementation - Part 2 CPS 181s March 18, Pieces of the Site-building Puzzle Page 180, figure 4.1.
Copyright © 2010 Pearson Education, Inc.Copyright © 2009 Pearson Education, Inc. Slide 4-1 Chapter 4 Building an E-commerce Web Site.
Business-to-Business Authors: Authors: Mladenka Jakovljevic, Prof. Dr. Veljko Milutinovic,
Copyrighted material John Tullis 10/21/2015 page 1 04/02/00 Merchant Servers Presentation John Tullis DePaul Instructor
Chapter 8 Browsing and Searching the Web. 2Practical PC 5 th Edition Chapter 8 Getting Started In this Chapter, you will learn: − What is a Web page −
Chapter Twelve Digital Interactive Media Arens|Schaefer|Weigold Copyright © 2015 McGraw-Hill Education. All rights reserved. No reproduction or distribution.
ELC 200 Day 9. Agenda Questions? Assignment 2 Corrected  All A’s and one A+ Assignment 3 Posted  Due October 8  assignment3.pdf assignment3.pdf Quiz.
Bachelor of Business Administration Program ©Mathieu CHAUVET – 2014/
WEB SERVER SOFTWARE FEATURE SETS
Chapter6: E-Commerce Web Sites HNDIT11062 – Web Development 1.
E-Commerce & M-Commerce. Introduction Electronic commerce, commonly known as e- commerce, It is a type of industry where buying and selling of product.
G046 Lecture 04 Task C Briefing Notes Mr C Johnston ICT Teacher
Chapter 1: Internet Marketing Foundations. Chapter Objectives Describe how computers and servers communicate to enable people to interact with webpages.
E commerce Online Shopping Website at Rs. 7920/-.
E-commerce Architecture Ayşe Başar Bener. Client Server Architecture E-commerce is based on client/ server architecture –Client processes requesting service.
CLIENT SERVER ARCHITECTURE
Chapter-04 Building an Ecommerce Website. Building an E-commerce Site: A Systematic Approach The two most important management challenges in building.
Electronic Commerce Software
Electronic Commerce Software
Chapter 8 Browsing and Searching the Web
Chapter 9 E-Commerce Software.
Etalaze Overview RUDY SUSILO
Electronic Commerce Software
Chapter 15: Accounting and Enterprise Software
Chapter 9 Web Hosting and E-Business Software
Presentation transcript:

Electronic Commerce Software Chapter 9 Electronic Commerce Software

Basic EC Functions All electronic commerce solutions must at least provide: A catalog display Shopping cart capabilities Transaction processing Catalog Shopping Display A static catalog is a simple list written in HTML that appears on a Web page or series of Web pages. A dynamic catalog stores the information about items in a database. Besides a catalog, many sites provide a search engine that allows customers to enter descriptions to quickly find an item. Rule of e-commerce: Never stand in the way of a customer who wants to buy something!

Catalog Display

Forms-Based Sales Method Online forms were once used for online shopping A new way of online shopping is by using shopping cart SalesCart is one company that makes this type of shopping cart software Hosting companies typically provide their choice of packages

Electronic Shopping Cart

Shopping Cart Challenges The Web is a stateless system unable to remember anything from one transmission or session to another Shopping cart software must distinguish one shopper from another One way to uniquely identify users and to store information about their choices is to create and store cookies

Transaction Processing Transaction processing occurs when the shopper proceeds to the virtual checkout counter Transaction processing is the trickiest part of the electronic sale Software needs to calculate price, volume discounts, sales tax, and shipping costs Sales tax may vary in different states Some electronic commerce software provides connections to accounting software so that Web sales can be entered simultaneously Connections between electronic commerce software and the accounting software are handled by a separate type of software called middleware Major middleware vendors include BEA Systems, Broadvision, Digital River, and IBM Tivoli Systems

Application Servers A program that performs a specific function, such as creating invoices, is called an application program, application software, or an application An application server is software that takes the request messages received by the Web server and performs some kind of action based on the contents of these message The actions that the application server software perform are determined by the rules used in the business, called business logic Application server software is grouped into two types: page-based and component-based A page-based application server returns pages generated by scripts that include the rules for presenting data on the Web page with the business logic Common page-based systems include Macromedia’s ColdFusion, Java Server Pages, Microsoft Active Server Pages, and PHP

Application Servers A component-based application server separates the presentation logic from the business logic Each component of logic is created in its own module Common component-based systems include Enterprise JavaBeans, Microsoft Component Object Model, and the Common Object Request Broker Architecture Application servers usually obtain the business logic information that they use to build Web pages from databases A database manager is software that stores information in a highly structured way Large information systems that store the same data in many different locations are called distributed information systems

Application Servers

Web Services Web services are a self-contained, modular unit of application logic that provides some businesses functionality to other applications through an Internet connection They use a specific set of standards with XML as the underlying glue: SOAP – a lightweight protocol for information exchange in a heterogeneous, distributed environment UDDI – Universal Description, Discovery, & Integration; schema for service providers & descriptions WSDL – XML schema for describing Web Services More about Web Services later, but as examples: Consumer App, Education App

E-commerce Software for Small and Mid-Sized Companies One alternative to ISP hosting services are CSPs, or ASPs, which provide a connection to the Internet just as ISPs do They also provide application server software, database management software, and electronic commerce expertise ValueWeb is an example of a CSP Basic CSPs offer free or low-cost e-commerce software These are for sites with fewer than 50 for-sale items and have relatively low transaction volumes Examples include BizLand.com and HyperMart

E-commerce Software Basic packages are free or low-cost electronic commerce software supplied by the Web host for building electronic commerce sites that will be kept on the host’s server Services in this category usually cost less than a few hundred dollars per month, and the software is available on the host site, allowing companies to immediately begin building and storing a storefront on the host’s server

Shared Mall-Style Hosting Shared hosting sites provide online stores with good services, good Web creation tools, and little or no banner advertising clutter Web hosts in this group charge a monthly fee, a setup fee, and may also charge a percentage of or fixed amount for each customer transaction Mall-style hosts provide shopping cart software or the ability to use another vendor’s shopping cart software Mall-style hosting also offers transaction-processing through one of a few merchant services These merchant services allow customers to choose to purchase their goods and services with a credit card, electronic cash, or other form of payment Quality Web hosts in this category include Bigstep, Yahoo! Store, FedEx eCommerce Builder, and eBay Stores

Shared Mall-Style Hosting Electronic commerce stores get a variety of services for a low monthly fee Web hosting customers have their own domain name and IP address Advantages of a shared Web host over dedicated hosting or self-hosting: Low setup fee No staff and capital costs Free technical support

Yahoo! Store Yahoo! Store is a good value among full-service shared hosting sites Merchants can create, change, and maintain their Yahoo! storefronts through a Web browser On its own site, Yahoo! holds all the stores’ pages in a proprietary format Yahoo!’s management page contains many management, reporting, and global site setting tools

Bigstep.com Bigstep.com provides a well-designed storefront package without charging hosting fees It enables merchants to create, change, and maintain a storefront through a Web browser Bigstep.com’s reports provide data mining capabilities Data mining can help business find customers with common interests Bigstep.com’s reports can answer the following questions: How many visitors are coming to the site? What is the average length of stay for each visitor on each page? Which pages lead to purchases? What advertisements or links have brought qualified visitors to the page or site? What is the average number of pages that each visitor views? Are repeat customers attracted to this site?

Estimated Operating Expenses The first-year operating costs can vary depending on the Web host selected A good guideline for processing fees is to multiply your expected annual gross sales by 3% Setup and Web site maintenance costs include: equipment, communications, physical location, and staff

Estimated Operating Expenses Operating Costs Cost Estimate Initial site setup fee $200 Annual maintenance fee (12 x $100) $1200 Domain name registration $70 Scanner for photo conversion or digital camera $500 Photo editing $100 Occasional HTML and design help $400 Merchant credit card setup fee Total first-year cost $2670

Software for Medium-Sized to Large Businesses Medium-sized packages allow the merchant to have explicit control over merchandising choices, site layout, internal architecture, and remote and local management options Midrange software has connectivity with database systems and the store’s catalog information Intershop Enfinity, WebSphere, and Commerce Server 2000 are examples of this type of software This software provides: search and catalog capabilities electronic shopping carts online credit card transaction processing connection to existing business systems and databases, such as DB2 and Oracle They typically have setup wizards and catalog and data management tools

IBM WebSphere Commerce Suite IBM produces the WebSphere Commerce Suite It comes complete with catalog templates, setup wizards, and advanced catalog tools It can be used both for B2B and B2C applications This system runs on AIX, Linux, OS/400, Solaris, Windows 2000, and Windows NT operating systems

Commerce Server 2002 Microsoft created Commerce Server 2002 Commerce Server 2002 provides tools for: User profiling and management Transaction processing Product and service management Target audience marketing

E-commerce Software for Large Businesses Enterprise-level commerce software is called e-business software E-business software interacts with a wide variety of existing back office systems, including database, accounting, and ERP systems An enterprise-scale solution requires: a Domain Name Server (DNS) an SMTP system to handle e-mail an HTTP server an FTP server for upload and download capabilities a database server Examples of e-business systems: IBM’s WebSphere Commerce Business Edition Oracle’s E-Business Suite Broadvision One-To-One Commerce Transact

Typical Large e-Business System Architecture

Customer Relationship Management Software The goal of CRM is to understand each customer’s specific needs and then customize a product or service so that it meets those needs CRM software must obtain data from operations software that conducts activities, such as sales automation, customer service center operations, and marketing campaigns Siebel Systems’ E-Business 7 is one of the leading comprehensive CRM packages Oracle Global CRM, PeopleSoft CRM, and MySAP CRM are other CRM products

Supply Chain Management Software SCM software helps companies to coordinate planning and operations with their partner in the industry supply chains of which they are members The 2 major firms that offer SCM software are: i2 Technologies: includes components that manage demand planning, supply planning, and demand fulfillment Manugistics: includes a constraint-based master planning module that controls the other elements of the system

Content Management Software Content management software helps companies control the large amounts of text, graphics, and media files that have become a key part of doing business The 3 leading companies that provide these tools are: Documentum Vignette webMethods

Knowledge Management Software KM software helps manage knowledge, rather than the documentary representations of that knowledge It helps companies do 4 main things: Collect and organize information Share the information among users Enhance the ability of users to collaborate Preserve the knowledge gained through the use of information so that future users benefit