View Single Post
  #3  
Old 11-11-2010, 02:53 PM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Remove Product Name From Breadcrumb?

Easily done...

product.php

Change...

Code:
$location[] = array($product_info["product"],"");

To...

Code:
# $location[] = array($product_info["product"],"");

ie. just comment out that line.
__________________
xcartmods.co.uk
Reply With Quote