SlideShare a Scribd company logo
IOSR Journal of Electronics and Communication Engineering (IOSR-JECE)
e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 1, Ver. II (Jan.-Feb. 2017), PP 29-36
www.iosrjournals.org
DOI: 10.9790/2834-1201022936 www.iosrjournals.org 29 | Page
The Design and Implementation of E-Commerce Management
System.
SHARMINAKTER
M.Sc on Applied Mathematics, University of Dhaka, Bangladesh
M.Phil (Enrolled), University of Dhaka, Bangladesh
Lecturer; Atish Dipankar University of Science & Technology (ADUST), Dhaka, Bangladesh,
E-mail: sharmindu2005@gmail.com
Abstract: Electronic Commerce is process of doing business through computer networks. A person sitting on
his chair in front of a computer can access all the facilities of the Internet to buy or sell the products. Unlike
traditional commerce that is carried out physically with effort of a person to go & get products, ecommerce has
made it easier for human to reduce physical work and to save time. E-Commerce which was started in early
1990’s has taken a great leap in the world of computers, but the fact that has hindered the growth of e-
commerce is security. Security is the challenge facing e-commerce today & there is still a lot of advancement
made in the field of security.The main advantage of e-commerce over traditional commerce is the user can
browse online shops, compare prices and order merchandise sitting at home on their PC.For increasing the use
of e-commerce in developing countries the B2B e-commerce is implemented for improving access to global
markets for firms in developing countries. For a developing country advancement in the field of e-commerce is
essential. The research strategy shows the importance of the e-commerce in developing countries for business
applications.
Keywords: Product display tools, Shopping cart, Payment system, Business to consumer (B2C), Business to
Business (B2B), Business to Government (B2G), Business to Consumer (B2C), Consumer to Business (C2B) etc.
I. Introduction
As the retail industry continues to change rapidly, retailers need increasingly sophisticated ecommerce
management solutions to stay competitive. Consumers today expect to engage in Omni channel ecommerce,
using multiple devices and moving between online and offline channels with ease. Unaware of the
complications this creates for retailers, consumers expect merchants to seamlessly accommodate their Omni
channel shopping experience. But only the most advanced ecommerce management technology can deliver the
infrastructure to meet consumer demands today and to integrate the new ecommerce technologies that will
emerge tomorrow.We are going to highlight various constraints to commerce and trade in general and
ecommerce in particular. Many of these constraints are endemic across the business sector and demands major
reforms through strong political commitment and an ability to implement policy changes. A list of specific
constraints to e-commerce that policy makers can address in the short and medium term is summarized below.
 Too few telephone connections.
 Absence of a strong independent regulatory body for the telecommunication sector.
 Absence of encryption law that precludes acceptance of digital signature.
 Strong dependence of Letter of Credit to conduct international transactions.
 Non-issuance of international credit cards for cross border transactions.
 Interest rate ceiling on export loans.
Now these days online order through shopping cart has made the life very straightforward for both
customers and shoppers. The customer can browse different items by sitting in their home with comfort. But this
is on the form of C2C (Consumer to Consumer) e-commerce area. The form of B2B (Business to Business) is
getting very popular also and making the business very easy, trouble free era. We want construct a unique B2C
solution e-commerce portal. Through which buyers of every region of the word will be able to get our every
their products in one platform. This portal will be work as an online directory of Bangladesh.
II. Proposed Model
The commonly listed functions and features revolve mainly around the transaction processing
capabilities of an e-commerce system. As noted earlier, however, e-commerce systems, like most information
systems, provide information to support the management of the organization. It brings into being a virtual
marketplace with new relationships among businesses and consumers.E-commerce represents not only the
ability to purchase and sell goods and services via a digital medium such as the internet, but also the ability to
The Design And Implementation of E-Commerce Management System.
DOI: 10.9790/2834-1201022936 www.iosrjournals.org 30 | Page
automate the entire sales and purchase process. A typical goods or services business will have the following
business processes:
 Customer support
 Sales
 Refunds
 Inventory management
 Customer information management
 Marketing
E-commerce can be divided into primarily three categories:
 Business to consumer (B2C): Where enterprises sell directly to the customer, often cutting out (‘disinter
mediating’) wholesalers or ‘bricks and mortars’ retail outlets. B2C is the most commonly understood form
of internet business (www.amazon.com). The most successful trading has been with standard products such
as CDs, Books, Software, downloadable music etc.
 Business to Business (B2B): it is larger, growing faster. This includes procurements of raw materials and
supplies, liaison with contractors, sales channels, servicing customers, collaborating with partners,
integrated management with data and knowledge.
 Business to Government (B2G): Here business trade directly with government offices and agencies for
public procurement (e.g. supplies for hospitals, school and other government contracts.
 Consumer to consumer (C2C): Online transaction between private individuals.
 Consumer to business (C2B)
4.1 Components Of An E-Commerce System
An E-commerce system consists of a number of vital components:
 A database
 E-commerce website
 Security system
 Payment gateway
These 4 components make up the Content Management System, which is the core of the E-commerce system
[15]. The following diagram shows how these components fit together:
Figure 4.1: Components of an e-commerce content management system
Each of the 4 components of a CMS will be described in more detail in the rest of this section.
4.1.1 Database
We are going to use MySQL because it is characterized as a free, fast, reliable open source relational
database. It does lack some sophistication and facilities, but it has an active development team and, as it goes
from release to release, more capabilities are added. I choose this database because
 Because of its unique storage engine architecture MySQL performance is very high and lightweight.
 Supports large number of embedded applications which makes MySQL very flexible.
 Use of Triggers, Stored procedures and views which allows the developer to give a higher productivity.
 Allows transactions to be rolled back, commit and crash recovery.
The Design And Implementation of E-Commerce Management System.
DOI: 10.9790/2834-1201022936 www.iosrjournals.org 31 | Page
4.1.2 Website
The website of the e-commerce system is the interface which a user, such as an online shopper, will use
to interact with the business. This means that all the information relevant to the user has to be displayed on the
website in a comprehensive manner. This information will include product information, order status, shipping
and billing addresses, etc. Much research has gone into making e-commerce website interfaces more user-
friendly and helpful to the online shopper. Recommender systems [2] are an example of this as they present the
online shopper with product recommendations based on the shopper’s purchase history. Studies have shown that
by doing this, e-commerce businesses can increase their sales volumes.
An e-commerce front-end can be either an application or a website [10]. The former can be written in
practically any programming language that can interface with a database (C++, Java, Visual Basic, etc.). The
latter can be developed using a web language (PHP, HTML, ASP, etc.).
4.1.3 SECURITY
As electronic commerce grows, so does the number of online commercial transactions involving the
exchange of sensitive information, such as credit card details and people’s personal information [8]. This brings
a need for better privacy and security as more and more online shoppers are exposed to hacking and fraud.
A widely used solution to the problem of fraud in e-commerce is certification authorities such as Thawte and
VeriSign [11]. These authorities can issue a certificate to an e-commerce business only if it meets certain
security standards.This ensures that the two parties involved in an online commercial transaction are really who
they claim to be.A widely used solution to the hacker problem is a Secure Socket Layer (or SSL) [12], which
allows information exchanged between two parties to be encrypted. This can help prevent any unauthorized
third party from intercepting sensitive information.
4.1.4 PAYMENT GATEWAY
An online business transaction cannot occur without some sort of payment gateway. A payment
gateway allows funds to be transferred electronically from the purchaser to the seller. In the late 90’s a non-bank
payment service was introduced to electronic commerce: PayPal [14]. Today, this eBay owned service allows
consumers to make online credit purchases and even transfer funds to another person (called C2C or consumer-
to-consumer transactions).
4.3DEVELOPMENT PROCESS
There are many ecommerce system but most don’t have some features like SMS confirmation in
Bangladesh based and export date for other software use available on the market.However, if I want to develop
online e-commerce system from scratch, one can use a 5-step development process
Step 1: Requirements analysis
Step 2: Sub-system selection
Step 3: Prototype development
Step 4: GUI development
Step 5: Integration and system test
III. Flow Chart
Figure 5: Flow chart of the shopping process
The Design And Implementation of E-Commerce Management System.
DOI: 10.9790/2834-1201022936 www.iosrjournals.org 32 | Page
IV. System Models
The E-commerce portal will consist of a set of many interacting objects or entities. Using Object Oriented
Analysis, the following objects were extracted from the project requirement
6.1.1CUSTOMER
 First name and surname
 Shipping address
 Billing address
 Telephone number
 E-mail address
6.1.3ORDER
 List of Products
 Customer who placed the order
 Total value
 Payment method
 Date created
 Status
6.2 Business Process Modeling
Figure 6.1: Business Process Model
6.3 Data Flow Diagram
Figure 6.1: Data Flow Diagram
The Design And Implementation of E-Commerce Management System.
DOI: 10.9790/2834-1201022936 www.iosrjournals.org 33 | Page
V. Diagram
7.1 Process Modeling
Figure 7.1: Use Case Diagram for buying product
Here the user will come to the shop and view the product information. Then the user will add the product to the
cart and finally place the payment information.
1. Use Case Diagram for Admin
Figure 7.2: Use Case Diagram for Admin
The Design And Implementation of E-Commerce Management System.
DOI: 10.9790/2834-1201022936 www.iosrjournals.org 34 | Page
Admin can add edit categories and products and control the stock. They can check the payment status and
update the payment status if required
7.2 Admins Add product and category
Figure 7.3: Admin’s add product and category
7.2.3 Sequence diagram for product shopping
Figure 7.4: Sequence diagram for product shopping
The Design And Implementation of E-Commerce Management System.
DOI: 10.9790/2834-1201022936 www.iosrjournals.org 35 | Page
VI. Outcomes
Product Shopping Feature
Shopping cart seems to be a web pages containing products this will contain a link "Add to Cart"
button; selecting an item for purchase this will add the product and you will be able to see the products quantity
are increased and similarly you will be able add multiple products.On the inside, a shopping cart is maintained
by PHP Sessions allows you to add and delete products, set up categories, take orders, and sometimes other
functionalities such as allowing you to email shipping information to customers etc.On the Shopping Cart Page,
the users can modify modifies the quantity of an Item in the Shopping Cart, and then presses the Update button.
The system stores the new quantity, and then computes and displays the new cost for that Item.
Figure 4.8: Use-case diagram for product shopping
VII. Conclusion
This paper represents the full development and evaluation process of the e-commerce portal. The aim
of the paper was to create an e-commerce portal that allows products buyer’s a single one stop marketplace or
home to purchase their products. They can also manage their products, payments, currencies etc. The design
process involved usability studies into how the e-commerce website should be presented to the users as well as
to determine the best design for the customer administration feature and the vendor portal. Using use-cases,
website models, and database models, a final design for the system was successfully developed.The
implementation process involved setting up a ecommerce System. All the features were developed in PHP, to
maintain consistency with the rest of the System and to ensure seamless integration of the new features with the
original System. The vendor feature gave customers access to their personal details, their product information
Future Work
The country needs intermediary institutions to complete transactions. And fortunately, banks, Visa and
Master Card operating in Bangladesh, can do it. Bangladesh has the infrastructure to start. Stable internet
connection and a law supporting e-commerce are prerequisites.The government needs to make a realistic e-
commerce law. It should work in collaboration with the private sector to ensure a stable and reliable internet
connection. E-commerce facilitates payment of utility bills, fees etc.
Limited time and resources was the key bindings for this project. While doing the project many important
features had been skipped for the simplicity of the project. Below some points showing the future considerations
of this project:
 The involvement of local bank credit card transaction can be implemented.
 The entire project can be implemented online to get the realistic feedback from its users.
The Design And Implementation of E-Commerce Management System.
DOI: 10.9790/2834-1201022936 www.iosrjournals.org 36 | Page
References
[1]. Central Bank of Bangladesh, Bangladesh Bank. <http://www.bangladesh-
bank.org/econdata/export/exp_rcpt_country_commodity.php> accessed during 2009-2010.
[2]. Schafer, J. B., Konstan, J., and Riedi, J. 1999. Recommender systems in e-commerce. In Proceedings of the 1st ACM Conference on
Electronic Commerce (Denver, Colorado, United States, November 03 - 05, 1999). EC '99. ACM Press, New York, NY, 158-166.
[3]. Inernet users in Bangladesh <http://www.internetworldstats.com/asia.htm#bd>
[4]. Export Promotion Bureau, Bangladesh (EPB), <www.epbbd.com/>, accessed during 2003- 2007.
[5]. Bichler, M., Segev, A., and Zhao, J. L. 1998. Component-based ecommerce: assessment of current practices and future directions.
SIGMOD Rec. 27, 4 (Dec. 1998), 7-14.
[6]. Bangladesh - Telecoms, Mobile, Broadband and Forecasts<http://telecommarketreserach.com/reseach>7
[7]. Fingar, P. 2000. Component-based frameworks for e-commerce. Commun. ACM 43, 10 (Oct. 2000), 61-67.
[8]. Portillo, E. and Patel, A. 1999. Design methodology for secure distributed transactions in electronic commerce. Comput. Stand.
Interfaces 21, 1 (May. 1999), 5-18.
[9]. Sherif, M., Serhrouchni, A., Gaid, A., Farazmandnia, F. 1998. SET and SSL: Electronic Payments on the Inernet. Third IEEE
Symposium on Computers & Communications (Jun. 1998). 153-155.
[10]. Database Systems: Design, Implementation and Management by Peter Rob.
[11]. Andres, G. 2003. PayPal and eBay: The legal implications of the C2C electronic commerce model. 18th BILETA Conference:
Controlling Information in the Online Environment (Apr. 2003).
[12]. Server-side HTML embedded scripting language. It provides web developers with a full suite of tools for building dynamic
websites. <www.php.net>
[13]. Ghosh, A. K. and Swaminatha, T. M. 2001. Software security and privacy risks in mobile e-commerce. Commun. ACM 44, 2 (Feb.
2001), 51-57.

More Related Content

What's hot

Project report final
Project report finalProject report final
Project report finalJaya Saini
 
E-commerce documentation
E-commerce documentationE-commerce documentation
E-commerce documentationSohel Parvez
 
Online ecommerce website srs
Online ecommerce  website srsOnline ecommerce  website srs
Online ecommerce website srsSM Nurnobi
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project ReportMilind Gokhale
 
Online Auction System for Vehicles SRS
Online Auction System for Vehicles SRSOnline Auction System for Vehicles SRS
Online Auction System for Vehicles SRSKrishnaMaurya44
 
Final Year Project Presentation
Final Year Project PresentationFinal Year Project Presentation
Final Year Project PresentationSyed Absar
 
Presentation on Railway Reservation System
Presentation on Railway Reservation SystemPresentation on Railway Reservation System
Presentation on Railway Reservation SystemPriyanka Sharma
 
E commerce project report
E commerce project report E commerce project report
E commerce project report Aditya Purohit
 
E-Commerce
E-CommerceE-Commerce
E-CommerceJan Ken
 
Project black book TYIT
Project black book TYITProject black book TYIT
Project black book TYITLokesh Singrol
 
Furniture shop management system project report
Furniture shop management system project reportFurniture shop management system project report
Furniture shop management system project reportMaiwandTechnologix
 
[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC IT[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC ITYogeshDhamke2
 
Online furniture
Online furnitureOnline furniture
Online furnituregitika -
 
e-Commerce Website Development Proposal
e-Commerce Website Development Proposale-Commerce Website Development Proposal
e-Commerce Website Development ProposalIndicsoft Technologies
 
Bank management system
Bank management systemBank management system
Bank management systemsumanadas37
 
Srs (Software Requirement Specification Document)
Srs (Software Requirement Specification Document) Srs (Software Requirement Specification Document)
Srs (Software Requirement Specification Document) Fatima Qayyum
 
01 Introduction to E-commerce slides
01 Introduction to E-commerce slides01 Introduction to E-commerce slides
01 Introduction to E-commerce slidesmonchai sopitka
 

What's hot (20)

Project report final
Project report finalProject report final
Project report final
 
E-commerce documentation
E-commerce documentationE-commerce documentation
E-commerce documentation
 
Online ecommerce website srs
Online ecommerce  website srsOnline ecommerce  website srs
Online ecommerce website srs
 
grocery management system
grocery  management systemgrocery  management system
grocery management system
 
Web Development on Web Project Report
Web Development on Web Project ReportWeb Development on Web Project Report
Web Development on Web Project Report
 
Online Auction System for Vehicles SRS
Online Auction System for Vehicles SRSOnline Auction System for Vehicles SRS
Online Auction System for Vehicles SRS
 
Final Year Project Presentation
Final Year Project PresentationFinal Year Project Presentation
Final Year Project Presentation
 
Presentation on Railway Reservation System
Presentation on Railway Reservation SystemPresentation on Railway Reservation System
Presentation on Railway Reservation System
 
E commerce project report
E commerce project report E commerce project report
E commerce project report
 
E-Commerce
E-CommerceE-Commerce
E-Commerce
 
Project black book TYIT
Project black book TYITProject black book TYIT
Project black book TYIT
 
Furniture shop management system project report
Furniture shop management system project reportFurniture shop management system project report
Furniture shop management system project report
 
[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC IT[[Srs]] online shopping website for TYBSC IT
[[Srs]] online shopping website for TYBSC IT
 
Online furniture
Online furnitureOnline furniture
Online furniture
 
e-Commerce Website Development Proposal
e-Commerce Website Development Proposale-Commerce Website Development Proposal
e-Commerce Website Development Proposal
 
Bank management system
Bank management systemBank management system
Bank management system
 
Srs (Software Requirement Specification Document)
Srs (Software Requirement Specification Document) Srs (Software Requirement Specification Document)
Srs (Software Requirement Specification Document)
 
01 Introduction to E-commerce slides
01 Introduction to E-commerce slides01 Introduction to E-commerce slides
01 Introduction to E-commerce slides
 
Online shopping
Online shoppingOnline shopping
Online shopping
 
online marketplace report
online marketplace reportonline marketplace report
online marketplace report
 

Similar to The Design and Implementation of E-Commerce Management System.

E Commerce Basics
E Commerce BasicsE Commerce Basics
E Commerce Basicsmcatahir947
 
History of trade
History of trade History of trade
History of trade sajiprc
 
Introduction to E-Commerce.pdf
Introduction to E-Commerce.pdfIntroduction to E-Commerce.pdf
Introduction to E-Commerce.pdfKushBhushanwar1
 
Online assignment.
Online assignment.Online assignment.
Online assignment.vazhichal12
 
What is E-Business.pptx
What is E-Business.pptxWhat is E-Business.pptx
What is E-Business.pptxshubhbhagat4
 
Future trends and legal aspects (111 kb)
Future trends and legal aspects (111 kb)Future trends and legal aspects (111 kb)
Future trends and legal aspects (111 kb)IMRAN KHAN
 
Divya E-commerce project
Divya E-commerce project Divya E-commerce project
Divya E-commerce project dezyneecole
 
E commerce project
E commerce project E commerce project
E commerce project dezyneecole
 
Chirag Janani E-commerce Project
Chirag Janani E-commerce ProjectChirag Janani E-commerce Project
Chirag Janani E-commerce Projectdezyneecole
 
Dhannraj Nath E-commerce project
Dhannraj Nath E-commerce projectDhannraj Nath E-commerce project
Dhannraj Nath E-commerce projectdezyneecole
 
Sangeeta Singh BCA E-commerce Project
Sangeeta Singh BCA E-commerce ProjectSangeeta Singh BCA E-commerce Project
Sangeeta Singh BCA E-commerce Projectdezyneecole
 
Amrit E-commerce project
Amrit E-commerce project Amrit E-commerce project
Amrit E-commerce project dezyneecole
 
Himanshu Sharma E-commerce project
Himanshu Sharma E-commerce projectHimanshu Sharma E-commerce project
Himanshu Sharma E-commerce projectdezyneecole
 
E comerce i-ii soft copy 1
E comerce i-ii soft copy 1E comerce i-ii soft copy 1
E comerce i-ii soft copy 1naaaaz
 
Impact of online trading and e-commerce on the economy of Bangladesh
Impact of online trading and e-commerce on the economy of BangladeshImpact of online trading and e-commerce on the economy of Bangladesh
Impact of online trading and e-commerce on the economy of BangladeshMd Monir Hossain
 
E Commerce Basic Himalaya-converted.pptx
E Commerce Basic Himalaya-converted.pptxE Commerce Basic Himalaya-converted.pptx
E Commerce Basic Himalaya-converted.pptxPrasannaRasal7
 
Mohit Bairwa E-commerce project
Mohit Bairwa E-commerce projectMohit Bairwa E-commerce project
Mohit Bairwa E-commerce projectdezyneecole
 

Similar to The Design and Implementation of E-Commerce Management System. (20)

E Commerce Basics
E Commerce BasicsE Commerce Basics
E Commerce Basics
 
E-commerce
E-commerceE-commerce
E-commerce
 
History of trade
History of trade History of trade
History of trade
 
Online Assignment
Online AssignmentOnline Assignment
Online Assignment
 
Lecture 02.pdf
Lecture 02.pdfLecture 02.pdf
Lecture 02.pdf
 
Introduction to E-Commerce.pdf
Introduction to E-Commerce.pdfIntroduction to E-Commerce.pdf
Introduction to E-Commerce.pdf
 
Online assignment.
Online assignment.Online assignment.
Online assignment.
 
What is E-Business.pptx
What is E-Business.pptxWhat is E-Business.pptx
What is E-Business.pptx
 
Future trends and legal aspects (111 kb)
Future trends and legal aspects (111 kb)Future trends and legal aspects (111 kb)
Future trends and legal aspects (111 kb)
 
Divya E-commerce project
Divya E-commerce project Divya E-commerce project
Divya E-commerce project
 
E commerce project
E commerce project E commerce project
E commerce project
 
Chirag Janani E-commerce Project
Chirag Janani E-commerce ProjectChirag Janani E-commerce Project
Chirag Janani E-commerce Project
 
Dhannraj Nath E-commerce project
Dhannraj Nath E-commerce projectDhannraj Nath E-commerce project
Dhannraj Nath E-commerce project
 
Sangeeta Singh BCA E-commerce Project
Sangeeta Singh BCA E-commerce ProjectSangeeta Singh BCA E-commerce Project
Sangeeta Singh BCA E-commerce Project
 
Amrit E-commerce project
Amrit E-commerce project Amrit E-commerce project
Amrit E-commerce project
 
Himanshu Sharma E-commerce project
Himanshu Sharma E-commerce projectHimanshu Sharma E-commerce project
Himanshu Sharma E-commerce project
 
E comerce i-ii soft copy 1
E comerce i-ii soft copy 1E comerce i-ii soft copy 1
E comerce i-ii soft copy 1
 
Impact of online trading and e-commerce on the economy of Bangladesh
Impact of online trading and e-commerce on the economy of BangladeshImpact of online trading and e-commerce on the economy of Bangladesh
Impact of online trading and e-commerce on the economy of Bangladesh
 
E Commerce Basic Himalaya-converted.pptx
E Commerce Basic Himalaya-converted.pptxE Commerce Basic Himalaya-converted.pptx
E Commerce Basic Himalaya-converted.pptx
 
Mohit Bairwa E-commerce project
Mohit Bairwa E-commerce projectMohit Bairwa E-commerce project
Mohit Bairwa E-commerce project
 

More from IOSRJECE

Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...IOSRJECE
 
Multi Slot Uwb Antennas to Minimize the Interferences from Wlan & X-Band Appl...
Multi Slot Uwb Antennas to Minimize the Interferences from Wlan & X-Band Appl...Multi Slot Uwb Antennas to Minimize the Interferences from Wlan & X-Band Appl...
Multi Slot Uwb Antennas to Minimize the Interferences from Wlan & X-Band Appl...IOSRJECE
 
High –Speed Implementation of Design and Analysis by Using Parallel Prefix Ad...
High –Speed Implementation of Design and Analysis by Using Parallel Prefix Ad...High –Speed Implementation of Design and Analysis by Using Parallel Prefix Ad...
High –Speed Implementation of Design and Analysis by Using Parallel Prefix Ad...IOSRJECE
 
Vehicle security system using ARM controller
Vehicle security system using ARM controllerVehicle security system using ARM controller
Vehicle security system using ARM controllerIOSRJECE
 
Performance evaluation of full adder
Performance evaluation of full adderPerformance evaluation of full adder
Performance evaluation of full adderIOSRJECE
 
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker System
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker SystemWireless/Wired Automatic Switched Plasma Tweeter & Speaker System
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker SystemIOSRJECE
 
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcCmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcIOSRJECE
 
Performance Analysis of Low Loss Gas Filled Hollow Core Photonic Crystal Fibe...
Performance Analysis of Low Loss Gas Filled Hollow Core Photonic Crystal Fibe...Performance Analysis of Low Loss Gas Filled Hollow Core Photonic Crystal Fibe...
Performance Analysis of Low Loss Gas Filled Hollow Core Photonic Crystal Fibe...IOSRJECE
 
FPGA Based Implementation of AES Encryption and Decryption with Low Power Mul...
FPGA Based Implementation of AES Encryption and Decryption with Low Power Mul...FPGA Based Implementation of AES Encryption and Decryption with Low Power Mul...
FPGA Based Implementation of AES Encryption and Decryption with Low Power Mul...IOSRJECE
 
Design of Counter Using SRAM
Design of Counter Using SRAMDesign of Counter Using SRAM
Design of Counter Using SRAMIOSRJECE
 
Detection of Type-B Artifacts in VEPs using Median Deviation Algorithm
Detection of Type-B Artifacts in VEPs using Median Deviation AlgorithmDetection of Type-B Artifacts in VEPs using Median Deviation Algorithm
Detection of Type-B Artifacts in VEPs using Median Deviation AlgorithmIOSRJECE
 
Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...IOSRJECE
 
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...IOSRJECE
 
VANET based Intelligent TransportationSystem using Li-Fi technology
VANET based Intelligent TransportationSystem using Li-Fi technologyVANET based Intelligent TransportationSystem using Li-Fi technology
VANET based Intelligent TransportationSystem using Li-Fi technologyIOSRJECE
 
An Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANETAn Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANETIOSRJECE
 
Performance Investigation and Enhancement of Fiber Bragg Gratingfor Efficient...
Performance Investigation and Enhancement of Fiber Bragg Gratingfor Efficient...Performance Investigation and Enhancement of Fiber Bragg Gratingfor Efficient...
Performance Investigation and Enhancement of Fiber Bragg Gratingfor Efficient...IOSRJECE
 
Surface Plasmon Modes of Dielectric-Metal-Dielectric Waveguides and Applications
Surface Plasmon Modes of Dielectric-Metal-Dielectric Waveguides and ApplicationsSurface Plasmon Modes of Dielectric-Metal-Dielectric Waveguides and Applications
Surface Plasmon Modes of Dielectric-Metal-Dielectric Waveguides and ApplicationsIOSRJECE
 
Performance Analysis of Optical Amplifiers (EDFA and SOA)
Performance Analysis of Optical Amplifiers (EDFA and SOA)Performance Analysis of Optical Amplifiers (EDFA and SOA)
Performance Analysis of Optical Amplifiers (EDFA and SOA)IOSRJECE
 
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...IOSRJECE
 
Study of RF-MEMS Capacitive Shunt Switch for Microwave Backhaul Applications
Study of RF-MEMS Capacitive Shunt Switch for Microwave Backhaul Applications Study of RF-MEMS Capacitive Shunt Switch for Microwave Backhaul Applications
Study of RF-MEMS Capacitive Shunt Switch for Microwave Backhaul Applications IOSRJECE
 

More from IOSRJECE (20)

Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
Comparative Simulation Study Of LEACH-Like And HEED-Like Protocols Deployed I...
 
Multi Slot Uwb Antennas to Minimize the Interferences from Wlan & X-Band Appl...
Multi Slot Uwb Antennas to Minimize the Interferences from Wlan & X-Band Appl...Multi Slot Uwb Antennas to Minimize the Interferences from Wlan & X-Band Appl...
Multi Slot Uwb Antennas to Minimize the Interferences from Wlan & X-Band Appl...
 
High –Speed Implementation of Design and Analysis by Using Parallel Prefix Ad...
High –Speed Implementation of Design and Analysis by Using Parallel Prefix Ad...High –Speed Implementation of Design and Analysis by Using Parallel Prefix Ad...
High –Speed Implementation of Design and Analysis by Using Parallel Prefix Ad...
 
Vehicle security system using ARM controller
Vehicle security system using ARM controllerVehicle security system using ARM controller
Vehicle security system using ARM controller
 
Performance evaluation of full adder
Performance evaluation of full adderPerformance evaluation of full adder
Performance evaluation of full adder
 
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker System
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker SystemWireless/Wired Automatic Switched Plasma Tweeter & Speaker System
Wireless/Wired Automatic Switched Plasma Tweeter & Speaker System
 
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash AdcCmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
Cmos Full Adder and Multiplexer Based Encoder for Low Resolution Flash Adc
 
Performance Analysis of Low Loss Gas Filled Hollow Core Photonic Crystal Fibe...
Performance Analysis of Low Loss Gas Filled Hollow Core Photonic Crystal Fibe...Performance Analysis of Low Loss Gas Filled Hollow Core Photonic Crystal Fibe...
Performance Analysis of Low Loss Gas Filled Hollow Core Photonic Crystal Fibe...
 
FPGA Based Implementation of AES Encryption and Decryption with Low Power Mul...
FPGA Based Implementation of AES Encryption and Decryption with Low Power Mul...FPGA Based Implementation of AES Encryption and Decryption with Low Power Mul...
FPGA Based Implementation of AES Encryption and Decryption with Low Power Mul...
 
Design of Counter Using SRAM
Design of Counter Using SRAMDesign of Counter Using SRAM
Design of Counter Using SRAM
 
Detection of Type-B Artifacts in VEPs using Median Deviation Algorithm
Detection of Type-B Artifacts in VEPs using Median Deviation AlgorithmDetection of Type-B Artifacts in VEPs using Median Deviation Algorithm
Detection of Type-B Artifacts in VEPs using Median Deviation Algorithm
 
Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...Design High Performance Combinational Circuits Using Output Prediction Logic-...
Design High Performance Combinational Circuits Using Output Prediction Logic-...
 
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
 
VANET based Intelligent TransportationSystem using Li-Fi technology
VANET based Intelligent TransportationSystem using Li-Fi technologyVANET based Intelligent TransportationSystem using Li-Fi technology
VANET based Intelligent TransportationSystem using Li-Fi technology
 
An Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANETAn Even Data-Distribution Protocolfor Highly Dynamic VANET
An Even Data-Distribution Protocolfor Highly Dynamic VANET
 
Performance Investigation and Enhancement of Fiber Bragg Gratingfor Efficient...
Performance Investigation and Enhancement of Fiber Bragg Gratingfor Efficient...Performance Investigation and Enhancement of Fiber Bragg Gratingfor Efficient...
Performance Investigation and Enhancement of Fiber Bragg Gratingfor Efficient...
 
Surface Plasmon Modes of Dielectric-Metal-Dielectric Waveguides and Applications
Surface Plasmon Modes of Dielectric-Metal-Dielectric Waveguides and ApplicationsSurface Plasmon Modes of Dielectric-Metal-Dielectric Waveguides and Applications
Surface Plasmon Modes of Dielectric-Metal-Dielectric Waveguides and Applications
 
Performance Analysis of Optical Amplifiers (EDFA and SOA)
Performance Analysis of Optical Amplifiers (EDFA and SOA)Performance Analysis of Optical Amplifiers (EDFA and SOA)
Performance Analysis of Optical Amplifiers (EDFA and SOA)
 
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
Optimum Location of EDFA based on Eye Diagram, Q-factor and Bit Error Rate Me...
 
Study of RF-MEMS Capacitive Shunt Switch for Microwave Backhaul Applications
Study of RF-MEMS Capacitive Shunt Switch for Microwave Backhaul Applications Study of RF-MEMS Capacitive Shunt Switch for Microwave Backhaul Applications
Study of RF-MEMS Capacitive Shunt Switch for Microwave Backhaul Applications
 

Recently uploaded

The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docx
The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docxThe Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docx
The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docxCenterEnamel
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxwendy cai
 
Laundry management system project report.pdf
Laundry management system project report.pdfLaundry management system project report.pdf
Laundry management system project report.pdfKamal Acharya
 
Explosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdfExplosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdf884710SadaqatAli
 
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsRS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsAtif Razi
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234AafreenAbuthahir2
 
ENERGY STORAGE DEVICES INTRODUCTION UNIT-I
ENERGY STORAGE DEVICES  INTRODUCTION UNIT-IENERGY STORAGE DEVICES  INTRODUCTION UNIT-I
ENERGY STORAGE DEVICES INTRODUCTION UNIT-IVigneshvaranMech
 
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical EngineeringC Sai Kiran
 
Pharmacy management system project report..pdf
Pharmacy management system project report..pdfPharmacy management system project report..pdf
Pharmacy management system project report..pdfKamal Acharya
 
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfRESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptx
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptxCloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptx
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptxMd. Shahidul Islam Prodhan
 
Online blood donation management system project.pdf
Online blood donation management system project.pdfOnline blood donation management system project.pdf
Online blood donation management system project.pdfKamal Acharya
 
Natalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in KrakówNatalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in Krakówbim.edu.pl
 
İTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering WorkshopİTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering WorkshopEmre Günaydın
 
IT-601 Lecture Notes-UNIT-2.pdf Data Analysis
IT-601 Lecture Notes-UNIT-2.pdf Data AnalysisIT-601 Lecture Notes-UNIT-2.pdf Data Analysis
IT-601 Lecture Notes-UNIT-2.pdf Data AnalysisDr. Radhey Shyam
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationRobbie Edward Sayers
 
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdfONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdfKamal Acharya
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwoodseandesed
 
Arduino based vehicle speed tracker project
Arduino based vehicle speed tracker projectArduino based vehicle speed tracker project
Arduino based vehicle speed tracker projectRased Khan
 
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringC Sai Kiran
 

Recently uploaded (20)

The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docx
The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docxThe Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docx
The Ultimate Guide to External Floating Roofs for Oil Storage Tanks.docx
 
Construction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptxConstruction method of steel structure space frame .pptx
Construction method of steel structure space frame .pptx
 
Laundry management system project report.pdf
Laundry management system project report.pdfLaundry management system project report.pdf
Laundry management system project report.pdf
 
Explosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdfExplosives Industry manufacturing process.pdf
Explosives Industry manufacturing process.pdf
 
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical SolutionsRS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
RS Khurmi Machine Design Clutch and Brake Exercise Numerical Solutions
 
WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234WATER CRISIS and its solutions-pptx 1234
WATER CRISIS and its solutions-pptx 1234
 
ENERGY STORAGE DEVICES INTRODUCTION UNIT-I
ENERGY STORAGE DEVICES  INTRODUCTION UNIT-IENERGY STORAGE DEVICES  INTRODUCTION UNIT-I
ENERGY STORAGE DEVICES INTRODUCTION UNIT-I
 
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-5 Notes for II-II Mechanical Engineering
 
Pharmacy management system project report..pdf
Pharmacy management system project report..pdfPharmacy management system project report..pdf
Pharmacy management system project report..pdf
 
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdfRESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
RESORT MANAGEMENT AND RESERVATION SYSTEM PROJECT REPORT.pdf
 
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptx
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptxCloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptx
Cloud-Computing_CSE311_Computer-Networking CSE GUB BD - Shahidul.pptx
 
Online blood donation management system project.pdf
Online blood donation management system project.pdfOnline blood donation management system project.pdf
Online blood donation management system project.pdf
 
Natalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in KrakówNatalia Rutkowska - BIM School Course in Kraków
Natalia Rutkowska - BIM School Course in Kraków
 
İTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering WorkshopİTÜ CAD and Reverse Engineering Workshop
İTÜ CAD and Reverse Engineering Workshop
 
IT-601 Lecture Notes-UNIT-2.pdf Data Analysis
IT-601 Lecture Notes-UNIT-2.pdf Data AnalysisIT-601 Lecture Notes-UNIT-2.pdf Data Analysis
IT-601 Lecture Notes-UNIT-2.pdf Data Analysis
 
HYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generationHYDROPOWER - Hydroelectric power generation
HYDROPOWER - Hydroelectric power generation
 
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdfONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
ONLINE VEHICLE RENTAL SYSTEM PROJECT REPORT.pdf
 
Architectural Portfolio Sean Lockwood
Architectural Portfolio Sean LockwoodArchitectural Portfolio Sean Lockwood
Architectural Portfolio Sean Lockwood
 
Arduino based vehicle speed tracker project
Arduino based vehicle speed tracker projectArduino based vehicle speed tracker project
Arduino based vehicle speed tracker project
 
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical EngineeringIntroduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
Introduction to Machine Learning Unit-4 Notes for II-II Mechanical Engineering
 

The Design and Implementation of E-Commerce Management System.

  • 1. IOSR Journal of Electronics and Communication Engineering (IOSR-JECE) e-ISSN: 2278-2834,p- ISSN: 2278-8735.Volume 12, Issue 1, Ver. II (Jan.-Feb. 2017), PP 29-36 www.iosrjournals.org DOI: 10.9790/2834-1201022936 www.iosrjournals.org 29 | Page The Design and Implementation of E-Commerce Management System. SHARMINAKTER M.Sc on Applied Mathematics, University of Dhaka, Bangladesh M.Phil (Enrolled), University of Dhaka, Bangladesh Lecturer; Atish Dipankar University of Science & Technology (ADUST), Dhaka, Bangladesh, E-mail: sharmindu2005@gmail.com Abstract: Electronic Commerce is process of doing business through computer networks. A person sitting on his chair in front of a computer can access all the facilities of the Internet to buy or sell the products. Unlike traditional commerce that is carried out physically with effort of a person to go & get products, ecommerce has made it easier for human to reduce physical work and to save time. E-Commerce which was started in early 1990’s has taken a great leap in the world of computers, but the fact that has hindered the growth of e- commerce is security. Security is the challenge facing e-commerce today & there is still a lot of advancement made in the field of security.The main advantage of e-commerce over traditional commerce is the user can browse online shops, compare prices and order merchandise sitting at home on their PC.For increasing the use of e-commerce in developing countries the B2B e-commerce is implemented for improving access to global markets for firms in developing countries. For a developing country advancement in the field of e-commerce is essential. The research strategy shows the importance of the e-commerce in developing countries for business applications. Keywords: Product display tools, Shopping cart, Payment system, Business to consumer (B2C), Business to Business (B2B), Business to Government (B2G), Business to Consumer (B2C), Consumer to Business (C2B) etc. I. Introduction As the retail industry continues to change rapidly, retailers need increasingly sophisticated ecommerce management solutions to stay competitive. Consumers today expect to engage in Omni channel ecommerce, using multiple devices and moving between online and offline channels with ease. Unaware of the complications this creates for retailers, consumers expect merchants to seamlessly accommodate their Omni channel shopping experience. But only the most advanced ecommerce management technology can deliver the infrastructure to meet consumer demands today and to integrate the new ecommerce technologies that will emerge tomorrow.We are going to highlight various constraints to commerce and trade in general and ecommerce in particular. Many of these constraints are endemic across the business sector and demands major reforms through strong political commitment and an ability to implement policy changes. A list of specific constraints to e-commerce that policy makers can address in the short and medium term is summarized below.  Too few telephone connections.  Absence of a strong independent regulatory body for the telecommunication sector.  Absence of encryption law that precludes acceptance of digital signature.  Strong dependence of Letter of Credit to conduct international transactions.  Non-issuance of international credit cards for cross border transactions.  Interest rate ceiling on export loans. Now these days online order through shopping cart has made the life very straightforward for both customers and shoppers. The customer can browse different items by sitting in their home with comfort. But this is on the form of C2C (Consumer to Consumer) e-commerce area. The form of B2B (Business to Business) is getting very popular also and making the business very easy, trouble free era. We want construct a unique B2C solution e-commerce portal. Through which buyers of every region of the word will be able to get our every their products in one platform. This portal will be work as an online directory of Bangladesh. II. Proposed Model The commonly listed functions and features revolve mainly around the transaction processing capabilities of an e-commerce system. As noted earlier, however, e-commerce systems, like most information systems, provide information to support the management of the organization. It brings into being a virtual marketplace with new relationships among businesses and consumers.E-commerce represents not only the ability to purchase and sell goods and services via a digital medium such as the internet, but also the ability to
  • 2. The Design And Implementation of E-Commerce Management System. DOI: 10.9790/2834-1201022936 www.iosrjournals.org 30 | Page automate the entire sales and purchase process. A typical goods or services business will have the following business processes:  Customer support  Sales  Refunds  Inventory management  Customer information management  Marketing E-commerce can be divided into primarily three categories:  Business to consumer (B2C): Where enterprises sell directly to the customer, often cutting out (‘disinter mediating’) wholesalers or ‘bricks and mortars’ retail outlets. B2C is the most commonly understood form of internet business (www.amazon.com). The most successful trading has been with standard products such as CDs, Books, Software, downloadable music etc.  Business to Business (B2B): it is larger, growing faster. This includes procurements of raw materials and supplies, liaison with contractors, sales channels, servicing customers, collaborating with partners, integrated management with data and knowledge.  Business to Government (B2G): Here business trade directly with government offices and agencies for public procurement (e.g. supplies for hospitals, school and other government contracts.  Consumer to consumer (C2C): Online transaction between private individuals.  Consumer to business (C2B) 4.1 Components Of An E-Commerce System An E-commerce system consists of a number of vital components:  A database  E-commerce website  Security system  Payment gateway These 4 components make up the Content Management System, which is the core of the E-commerce system [15]. The following diagram shows how these components fit together: Figure 4.1: Components of an e-commerce content management system Each of the 4 components of a CMS will be described in more detail in the rest of this section. 4.1.1 Database We are going to use MySQL because it is characterized as a free, fast, reliable open source relational database. It does lack some sophistication and facilities, but it has an active development team and, as it goes from release to release, more capabilities are added. I choose this database because  Because of its unique storage engine architecture MySQL performance is very high and lightweight.  Supports large number of embedded applications which makes MySQL very flexible.  Use of Triggers, Stored procedures and views which allows the developer to give a higher productivity.  Allows transactions to be rolled back, commit and crash recovery.
  • 3. The Design And Implementation of E-Commerce Management System. DOI: 10.9790/2834-1201022936 www.iosrjournals.org 31 | Page 4.1.2 Website The website of the e-commerce system is the interface which a user, such as an online shopper, will use to interact with the business. This means that all the information relevant to the user has to be displayed on the website in a comprehensive manner. This information will include product information, order status, shipping and billing addresses, etc. Much research has gone into making e-commerce website interfaces more user- friendly and helpful to the online shopper. Recommender systems [2] are an example of this as they present the online shopper with product recommendations based on the shopper’s purchase history. Studies have shown that by doing this, e-commerce businesses can increase their sales volumes. An e-commerce front-end can be either an application or a website [10]. The former can be written in practically any programming language that can interface with a database (C++, Java, Visual Basic, etc.). The latter can be developed using a web language (PHP, HTML, ASP, etc.). 4.1.3 SECURITY As electronic commerce grows, so does the number of online commercial transactions involving the exchange of sensitive information, such as credit card details and people’s personal information [8]. This brings a need for better privacy and security as more and more online shoppers are exposed to hacking and fraud. A widely used solution to the problem of fraud in e-commerce is certification authorities such as Thawte and VeriSign [11]. These authorities can issue a certificate to an e-commerce business only if it meets certain security standards.This ensures that the two parties involved in an online commercial transaction are really who they claim to be.A widely used solution to the hacker problem is a Secure Socket Layer (or SSL) [12], which allows information exchanged between two parties to be encrypted. This can help prevent any unauthorized third party from intercepting sensitive information. 4.1.4 PAYMENT GATEWAY An online business transaction cannot occur without some sort of payment gateway. A payment gateway allows funds to be transferred electronically from the purchaser to the seller. In the late 90’s a non-bank payment service was introduced to electronic commerce: PayPal [14]. Today, this eBay owned service allows consumers to make online credit purchases and even transfer funds to another person (called C2C or consumer- to-consumer transactions). 4.3DEVELOPMENT PROCESS There are many ecommerce system but most don’t have some features like SMS confirmation in Bangladesh based and export date for other software use available on the market.However, if I want to develop online e-commerce system from scratch, one can use a 5-step development process Step 1: Requirements analysis Step 2: Sub-system selection Step 3: Prototype development Step 4: GUI development Step 5: Integration and system test III. Flow Chart Figure 5: Flow chart of the shopping process
  • 4. The Design And Implementation of E-Commerce Management System. DOI: 10.9790/2834-1201022936 www.iosrjournals.org 32 | Page IV. System Models The E-commerce portal will consist of a set of many interacting objects or entities. Using Object Oriented Analysis, the following objects were extracted from the project requirement 6.1.1CUSTOMER  First name and surname  Shipping address  Billing address  Telephone number  E-mail address 6.1.3ORDER  List of Products  Customer who placed the order  Total value  Payment method  Date created  Status 6.2 Business Process Modeling Figure 6.1: Business Process Model 6.3 Data Flow Diagram Figure 6.1: Data Flow Diagram
  • 5. The Design And Implementation of E-Commerce Management System. DOI: 10.9790/2834-1201022936 www.iosrjournals.org 33 | Page V. Diagram 7.1 Process Modeling Figure 7.1: Use Case Diagram for buying product Here the user will come to the shop and view the product information. Then the user will add the product to the cart and finally place the payment information. 1. Use Case Diagram for Admin Figure 7.2: Use Case Diagram for Admin
  • 6. The Design And Implementation of E-Commerce Management System. DOI: 10.9790/2834-1201022936 www.iosrjournals.org 34 | Page Admin can add edit categories and products and control the stock. They can check the payment status and update the payment status if required 7.2 Admins Add product and category Figure 7.3: Admin’s add product and category 7.2.3 Sequence diagram for product shopping Figure 7.4: Sequence diagram for product shopping
  • 7. The Design And Implementation of E-Commerce Management System. DOI: 10.9790/2834-1201022936 www.iosrjournals.org 35 | Page VI. Outcomes Product Shopping Feature Shopping cart seems to be a web pages containing products this will contain a link "Add to Cart" button; selecting an item for purchase this will add the product and you will be able to see the products quantity are increased and similarly you will be able add multiple products.On the inside, a shopping cart is maintained by PHP Sessions allows you to add and delete products, set up categories, take orders, and sometimes other functionalities such as allowing you to email shipping information to customers etc.On the Shopping Cart Page, the users can modify modifies the quantity of an Item in the Shopping Cart, and then presses the Update button. The system stores the new quantity, and then computes and displays the new cost for that Item. Figure 4.8: Use-case diagram for product shopping VII. Conclusion This paper represents the full development and evaluation process of the e-commerce portal. The aim of the paper was to create an e-commerce portal that allows products buyer’s a single one stop marketplace or home to purchase their products. They can also manage their products, payments, currencies etc. The design process involved usability studies into how the e-commerce website should be presented to the users as well as to determine the best design for the customer administration feature and the vendor portal. Using use-cases, website models, and database models, a final design for the system was successfully developed.The implementation process involved setting up a ecommerce System. All the features were developed in PHP, to maintain consistency with the rest of the System and to ensure seamless integration of the new features with the original System. The vendor feature gave customers access to their personal details, their product information Future Work The country needs intermediary institutions to complete transactions. And fortunately, banks, Visa and Master Card operating in Bangladesh, can do it. Bangladesh has the infrastructure to start. Stable internet connection and a law supporting e-commerce are prerequisites.The government needs to make a realistic e- commerce law. It should work in collaboration with the private sector to ensure a stable and reliable internet connection. E-commerce facilitates payment of utility bills, fees etc. Limited time and resources was the key bindings for this project. While doing the project many important features had been skipped for the simplicity of the project. Below some points showing the future considerations of this project:  The involvement of local bank credit card transaction can be implemented.  The entire project can be implemented online to get the realistic feedback from its users.
  • 8. The Design And Implementation of E-Commerce Management System. DOI: 10.9790/2834-1201022936 www.iosrjournals.org 36 | Page References [1]. Central Bank of Bangladesh, Bangladesh Bank. <http://www.bangladesh- bank.org/econdata/export/exp_rcpt_country_commodity.php> accessed during 2009-2010. [2]. Schafer, J. B., Konstan, J., and Riedi, J. 1999. Recommender systems in e-commerce. In Proceedings of the 1st ACM Conference on Electronic Commerce (Denver, Colorado, United States, November 03 - 05, 1999). EC '99. ACM Press, New York, NY, 158-166. [3]. Inernet users in Bangladesh <http://www.internetworldstats.com/asia.htm#bd> [4]. Export Promotion Bureau, Bangladesh (EPB), <www.epbbd.com/>, accessed during 2003- 2007. [5]. Bichler, M., Segev, A., and Zhao, J. L. 1998. Component-based ecommerce: assessment of current practices and future directions. SIGMOD Rec. 27, 4 (Dec. 1998), 7-14. [6]. Bangladesh - Telecoms, Mobile, Broadband and Forecasts<http://telecommarketreserach.com/reseach>7 [7]. Fingar, P. 2000. Component-based frameworks for e-commerce. Commun. ACM 43, 10 (Oct. 2000), 61-67. [8]. Portillo, E. and Patel, A. 1999. Design methodology for secure distributed transactions in electronic commerce. Comput. Stand. Interfaces 21, 1 (May. 1999), 5-18. [9]. Sherif, M., Serhrouchni, A., Gaid, A., Farazmandnia, F. 1998. SET and SSL: Electronic Payments on the Inernet. Third IEEE Symposium on Computers & Communications (Jun. 1998). 153-155. [10]. Database Systems: Design, Implementation and Management by Peter Rob. [11]. Andres, G. 2003. PayPal and eBay: The legal implications of the C2C electronic commerce model. 18th BILETA Conference: Controlling Information in the Online Environment (Apr. 2003). [12]. Server-side HTML embedded scripting language. It provides web developers with a full suite of tools for building dynamic websites. <www.php.net> [13]. Ghosh, A. K. and Swaminatha, T. M. 2001. Software security and privacy risks in mobile e-commerce. Commun. ACM 44, 2 (Feb. 2001), 51-57.