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
- Host: GitHub
- URL: https://github.com/blopa/magento-better-404
- Owner: blopa
- Created: 2014-12-05T12:56:38.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-12-11T23:07:10.000Z (over 11 years ago)
- Last Synced: 2025-07-04T03:03:20.373Z (12 months ago)
- Size: 289 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

## 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!