Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 1.23 KB

README.md

File metadata and controls

40 lines (28 loc) · 1.23 KB

Magento Force Display Breadcrumbs

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

INSTALLATION

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.