Hi there,
I would like to create an own error page, where to add this page?
Regards,
Solved! Go to Solution.
You'll probably have to pay someone for a nice design.
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.
Yes, I found it - thanks.
Where can I find HTML codes for nice look of error page?
Good idea, thanks!