Book Image

Learning Magento Theme Development

By : Richard Carter
Book Image

Learning Magento Theme Development

By: Richard Carter

Overview of this book

Table of Contents (15 chapters)
Learning Magento Theme Development
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Creating a custom 404 "not found" error page


Even the best designed stores can lead customers to pages that don't exist any more, and customizing your Not Found page template can be a good way to retain customers who have lost their way.

Altering the error page's content

The content of the Magento's error page is stored in the Magento's CMS tool, so you can start altering content here by navigating to CMS | Manage Pages and locating the 404 Not Found 1 page, as shown in the following screenshot:

In the Content tab, customize your content for the error page. The following example used the Recently Viewed Products widget to display a selection of products the customer may be interested in:

Click on the Save Page button at the top-right corner of the screen and you'll see your new content appear when you try to visit a page that doesn't exist on your store:

To minimize the clutter on this page and help the customer find what they're looking for, you can set the error page's Page Layout under the...