Skip to content

dbashyal/Magento_Breadcrumbs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Magento Force Display Breadcrumbs

Read here to force display Magento Breadcrumbs - http://dltr.org/blog/magento/381/Magento-Force-Display-Full-Breadcrumb-Path

INSTALLATION

A) Via Modman - Recommended (https://github.com/colinmollenhour/modman)

1) Install Modman:

bash < <(wget -O - https://raw.github.com/colinmollenhour/modman/master/modman-installer)

or

bash < <(curl -s https://raw.github.com/colinmollenhour/modman/master/modman-installer)
source ~/.profile

2) Allow symlinks for the templates directory (required for installation via Modman)

3) Install Magento_Breadcrumbs module:

cd [magento root folder]
modman init
modman clone https://github.com/dbashyal/Magento_Breadcrumbs.git
  • Make sure you've cleaned Magento's cache to enable the new module; hit refresh

How to update

modman update Magento_Breadcrumbs
  • Clean Magento's cache to make sure new changes will be enabled.

Releases

No releases published

Packages

No packages published

Languages