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

Decisions you must make


To help you decide which shipping methods are best for your business, consider the questions discussed in the subsections that follow. Each of these questions equates to a configuration option in Magento. When you know the answer to a question, you can follow through by setting the corresponding configuration option.

Will you allow multiple addresses?

You can allow customers to send the items in their orders to multiple addresses. If you enable this, Magento displays a link in the Shopping Cart to Checkout with Multiple Addresses as shown in the following screenshot:

This option is set under System | Configuration | Shipping Settings | Options. When a customer chooses this, each item in the Shopping Cart can have its own shipping address. If there are two items in the cart, Magento creates two shipping addresses. If there are 20 line items, Magento creates 20 addresses.

If your customer has too many items in the Shopping Cart, and selects Checkout with Multiple Addresses...