Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Remove Category From Breadcrumb BUT leave Subcategory


stunami

Recommended Posts

Hi Guys,

 

Any ideas how I can remove the category from the breadcrumb but leave the subcategory.

 

Currently, the breadcrum displays:

 

Home >> Category >> Subcategory >> Product

 

I would like it to display only:

 

Home >> Subcategory >> Product

 

Any ideas would be appreciated.

 

Regards,

 

Stuart

A crash reduces your expensive computer to a simple stone.

Link to comment
Share on other sites

...I would like it to display only:

Home >> Subcategory >> Product...

open (catalog/includes/)application_top.php for edit, look for this line (about line 471 if un-modified):

 for ($i=0, $n=sizeof($cPath_array); $i<$n; $i++) {

change $i=0 to $i=1

That'd do exactly what you described in your post.

Ken

commercial support - unProtected channel, not to be confused with the forum with same name - open to everyone who need some professional help: either PM/email me, or go to my website (URL can be found in my profile).

over 20 years of computer programming experience.

Link to comment
Share on other sites

  • 2 months later...

Hi Ken,

 

Must be a bit slow but i completely forgot to check this thread. Thanks for your halp - it worked a treat : )

 

Regards,

 

Stuart

 

open (catalog/includes/)application_top.php for edit, look for this line (about line 471 if un-modified):

 for ($i=0, $n=sizeof($cPath_array); $i<$n; $i++) {

change $i=0 to $i=1

That'd do exactly what you described in your post.

Ken

A crash reduces your expensive computer to a simple stone.

Link to comment
Share on other sites

  • 1 month later...
open (catalog/includes/)application_top.php for edit, look for this line (about line 471 if un-modified):

 for ($i=0, $n=sizeof($cPath_array); $i<$n; $i++) {

change $i=0 to $i=1

That'd do exactly what you described in your post.

Ken

 

 

Gday - just wondering if you would know how to change it from

TOP> CATALOG> Category> SubCategry> Product

to:

HOME> CATALOG> Category> Product

 

Also is it a similar issue I have installed Header Tags for Novices & the Title comes up with the sub category before the title tag > how do I get the title tag on it's own (or at least the category at the end)?

 

Thankyou for your time!

Adam

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...