Book Image

Mastering Magento

By : Bret Williams
Book Image

Mastering Magento

By: Bret Williams

Overview of this book

<p>Magento, the most popular open source e-commerce platform in the world, is both amazingly powerful and astoundingly complex. Learn from an experienced Magento "master" how to leverage the full power of Magento.<br /><br /><i>MASTERING MAGENTO</i> is the perfect companion guide for both newcomers and experienced Magento users. Designers, developers and store owners alike will have a better understanding of how Magento works, and how to take advantage of Magento's immense power to create online stores that help you sell.<br /><br />From planning your Magento installation through advanced techniques designed to make your store as successful as possible, this book is a roadmap for managing your Magento store.<br /><br />Focusing on Magento's Community version, the book covers everything from creating and managing multiple stores to fine-tuning Magento for speed and performance. Learn how to manage categories, products, design themes, extensions and more.<br /><br />Using real-world examples, screenshots and personal insights, you'll learn to truly master Magento.</p>
Table of Contents (17 chapters)
Mastering Magento
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface

Pages


The pages that we will use in the CMS are not actually complete pages as they lack controls for the overall template items of the header, navigation, and footer. These pages actually refer to the central content of a page — that which lies within the overall page template. Within this page, we can add text, images, static blocks, and widgets to give the page it's core content. As we will examine in this section, you can add some of the same code as you did in the local.xml file to even manipulate elements outside the core content area, including blocks within the header, navigation, and footer.

To begin, let's look at and alter a default page provided by the sample data installed into a new Magento store.

Go to CMS | Pages in the Magento backend. With the sample data installed, you should see a list of pages, much like those shown in the following screenshot:

Note

There are two pages on this list that you should always keep available: Enable Cookies and 404 Not Found 1. These pages are...