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

Principles of customizing layouts


After installing and configuring many Magento stores, I'm convinced that if you master the process of managing layouts, your stores will produce better sales results and give you better opportunities to customize a visitor's experience based on the needs of both the retailer and the customer.

That being said, the complexity of the Magento architecture demands your dedicated time and effort to achieve a level of true mastery. I suggest you carefully review Chapter 4, Designs and Themes and this chapter, truly examining the examples. As you do that, remember the following keys:

  • At their core, page layouts are determined by XML files which specify the location of various blocks.

  • Template files contain the HTML and PHP code that creates the final output of the pages.

  • The graphic design of pages are greatly influenced by the CSS, JavaScript, and image files located in the skin/ directory. By altering these, you can do quite a lot of brand customization.

  • The Magento...