Book Image

Magento: Beginner's Guide

By : William Rice
Book Image

Magento: Beginner's Guide

By: William Rice

Overview of this book

<p>Magento is the world's most evolved e-commerce solution. It runs on the Apache/MySQL/PHP platform. From one installation, you can control multiple storefronts, all sharing customer and product information. Magento's templates and themes enable you to customize the look and feel of your store, even optimizing it for mobile phones. Extensions enable you to connect Magento to a large number of payment gateways and shipping services. Modular code enables you to upgrade your Magento installation while retaining your customizations. Support is provided free by an active open source community and by subscription to Varien, the company behind Magento.<br /><br />Magento is one of the most exciting, flexible, and customizable e-commerce systems. It offers you an extensive suite of powerful tools for creating and managing an online store. As your online store grows, you can be sure that this robust e-commerce system can handle your needs. However, getting started with Magento can be difficult without the right guidance.<br /><br />This book provides that guidance in the form of a step-by-step approach to building a simple, effective online store. The book covers the key features of Magento that will help you get your store up and running. It guides you through installation, configuration, populating your store with products, accepting payments, maintaining relationships with your customers, and fulfilling orders.<br /><br />When you create an online store with Magento, you usually follow a defined series of steps. This book is arranged to support that process. Each chapter shows you how to get the most from one step.<br /><br />You will learn to customize the default Magento storefront so that it becomes your store and also about Magento's directory structure and where some of the elements of a store are customized. This experience will help you if you decide to go beyond this book and install new themes or create your own themes.<br /><br />As you work your way through each chapter, your store will grow in scope and sophistication. By the time you finish this book, you should have a basic but complete, working online store.</p>
Table of Contents (18 chapters)
Magento Beginner's Guide
Credits
About the author
About the reviewer
Preface
Index

An overview of the online payment process for credit cards


To process credit cards online, the following four components need to work together:

  1. Shopping Cart.

  2. Payment Gateway.

  3. Merchant Account.

  4. Bank Account.

Each of these components does a specific job in the order presented here. In the following subsections, we will discuss each component.

Shopping Cart

Like most e-commerce systems, Magento uses a Shopping Cart to hold the customer's items. In addition to the items that the customer is buying, the Shopping Cart also holds the amount that the customer owes.

Magento's Shopping Cart is built-in; you don't need to use a separate piece of software to create a Shopping Cart.

Payment Gateway

When a customer proceeds to the checkout screen, (s)he chooses the payment method. If a customer chooses to pay by credit card, (s)he must then enter the credit card details. When the customer clicks on the Submit button and sends the credit card information, a piece of software called the Payment Gateway takes over...