cancel
Showing results for 
Search instead for 
Did you mean: 

Individual Error Page

SOLVED
   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

Individual Error Page

Hi there,

 

I would like to create an own error page, where to add this page?

Regards,

1 ACCEPTED SOLUTION

Accepted Solutions

Re: Individual Error Page

You'll probably have to pay someone for a nice design. Smiley Happy

View solution in original post

4 REPLIES 4

Re: Individual Error Page

Error pages can be styled in the errors folder of your magento install. They require a separate layout file called design.xml. You specify the following and inside the errors directory you have to make a yourdesign folder.

 

<?xml version="1.0"?>
<config>
    <skin>yourdesign</skin>
</config>

That folder contains your 404.phtml, 503.phtml, css (folder), images (folder), page.phtml (head/body) and report.phtml. There is also a local.xml file in the errors folder which you need to configure.

Re: Individual Error Page

Yes, I found it - thanks.

 

Where can I find HTML codes for nice look of error page? Smiley Happy

Re: Individual Error Page

You'll probably have to pay someone for a nice design. Smiley Happy

Re: Individual Error Page

Good idea, thanks! Smiley Happy