Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How to override breadcrumb.php?

How to override breadcrumb.php?

Views: 958

Results 1 to 4 of 4
23 Apr 2012, 5:14 PM
#1
ultimate_zc avatar

ultimate_zc

Zen Follower

Join Date:
Jun 2008
Location:
Osprey, Florida
Posts:
147
Plugin Contributions:
7

How to override breadcrumb.php?

Ok. I searched everywhere on how to override includes/classes/breadcrumb.php. I have made the changes I needed, I just want to place it somewhere else so that it doesn't get overridden with future updates.

23 Apr 2012, 5:50 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: How to override breadcrumb.php?

Files in the 'classes' folder can't be overridden.

24 Apr 2012, 5:36 AM
#3
ultimate_zc avatar

ultimate_zc

Zen Follower

Join Date:
Jun 2008
Location:
Osprey, Florida
Posts:
147
Plugin Contributions:
7

Re: How to override breadcrumb.php?

Thanks. There has to be a way!

24 Apr 2012, 6:24 AM
#4
design75 avatar

design75

Totally Zenned

Join Date:
Dec 2009
Location:
Amersfoort, The Netherlands
Posts:
2,862
Plugin Contributions:
5

Re: How to override breadcrumb.php?

What Stevesh meant, was that you can't use the default override system, using the YOUR_TEMPLATE folders. You will have to replace the original file. (and back up the original)