https://github.com/karliuka/m1.breadcrumbs
Magento1. Extension add breadcrumbs to pages in Magento that by default do not have breadcrumbs.
https://github.com/karliuka/m1.breadcrumbs
breadcrumbs magento magento-breadcrumbs magento-extension magento1 magento1-module openmage openmage-module
Last synced: 3 months ago
JSON representation
Magento1. Extension add breadcrumbs to pages in Magento that by default do not have breadcrumbs.
- Host: GitHub
- URL: https://github.com/karliuka/m1.breadcrumbs
- Owner: karliuka
- License: osl-3.0
- Created: 2016-04-23T10:55:06.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-01-29T23:42:05.000Z (over 4 years ago)
- Last Synced: 2024-12-28T01:29:26.069Z (5 months ago)
- Topics: breadcrumbs, magento, magento-breadcrumbs, magento-extension, magento1, magento1-module, openmage, openmage-module
- Language: HTML
- Homepage:
- Size: 24.4 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING.txt
Awesome Lists containing this project
README
# Magento Breadcrumbs
Extension add breadcrumbs to pages in Magento that by default do not have breadcrumbs.
## Compatibility
Magento CE(EE) 1.6.x, 1.7.x, 1.8.x, 1.9.x
OpenMage LTS 19.x
[Breadcrumbs from Magento2](https://github.com/karliuka/m2.Breadcrumbs)
#### Install via Composer
1. Go to installation folder
2. Enter following commands to install module:
```bash
composer require faonni/magento-breadcrumbs
```
Wait while dependencies are updated.#### Manual Installation
1. Download the corresponding [latest version](https://github.com/karliuka/m1.Breadcrumbs/archive/1.2.0.zip)
2. Copy the unzip content to the {Magento root} folder
## Usage
### Configuration
*The module does not need configuration*
### Frontend
## Uninstall
Pleace, create backup so you can recover the data at a later time.
#### Uninstall via Composer
1. Go to installation folder
2. Enter following commands to remove:
```bash
composer remove faonni/magento-breadcrumbs
```
#### Manual Uninstall1. Remove the folder {Magento root}/app/code/community/Faonni/Breadcrumbs
2. Remove the folder {Magento root}/app/design/frontend/base/default/template/faonni/breadcrumbs
3. Remove the file {Magento root}/app/design/frontend/base/default/layout/faonni/breadcrumbs.xml
4. Remove the file {Magento root}/app/etc/modules/Faonni_Breadcrumbs.xml