Skip to content

Magento1. Extension add breadcrumbs to pages in Magento that by default do not have breadcrumbs.

License

OSL-3.0, Unknown licenses found

Licenses found

OSL-3.0
LICENSE.txt
Unknown
COPYING.txt
Notifications You must be signed in to change notification settings

karliuka/m1.Breadcrumbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Install via Composer

  1. Go to installation folder

  2. Enter following commands to install module:

    composer require faonni/magento-breadcrumbs

    Wait while dependencies are updated.

Manual Installation

  1. Download the corresponding latest version

  2. Copy the unzip content to the {Magento root} folder

Usage

Configuration

The module does not need configuration

Frontend

Magento Breadcrumbs

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:

    composer remove faonni/magento-breadcrumbs

Manual Uninstall

  1. 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