An open API service indexing awesome lists of open source software.

https://github.com/blopa/magento-better-404

better 404 page for Magento
https://github.com/blopa/magento-better-404

Last synced: 12 months ago
JSON representation

better 404 page for Magento

Awesome Lists containing this project

README

          

Magento-Better-404
==================

Better 404 page for Magento
This module get the strings from current URL like yourstore.com/COMPUTER-KEYBOARD. The module will grab the words "computer" and "keyboard" and show a search result for this query. Starting on line 28 you can easily choose with parameter to use on the results

## Screenshot

![ScreenShot](https://raw.githubusercontent.com/blopa/Magento-Better-404/master/screenshot/screenshot.jpg)

## Instalation

1. Add ```{{block type="core/template" template="page/404.phtml"}}``` to your 404 cms page.

2. Add the file **404.phtml** to your template page folder

```
path/to/magento/app/design/frontend/YOURPACKAGE/YOURTEMPLATE/template/page/
```

Now you are ready to go!