The standard installation of XT:Commerce 3.04 SP2.1 will show only the article number in the navtrail bar. This is quite annoying and also not very SEO optimized. Therefore here’s a small hack that will display the name of the article in the navtrail instead of the – mostly irritating and ugly article number:
Open includes/application_top.php and find this line:
$breadcrumb->add($product->getBreadcrumbModel(), xtc_href_link(FILENAME_PRODUCT_INFO, xtc_product_link($product->data['products_id'], $product->data['products_name'])));
Change it to this line:
$breadcrumb->add($product->data['products_name'], xtc_href_link(FILENAME_PRODUCT_INFO, xtc_product_link($product->data['products_id'], $product->data['products_name'])));
That’s it
Your shop now displays the article name in the navtrail
![[Ask]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/ask.png)
![[Bloglines]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/bloglines.png)
![[BlogMarks]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/blogmarks.png)
![[Blogsvine]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/blogsvine.png)
![[del.icio.us]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/delicious.png)
![[Digg]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/digg.png)
![[diigo]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/diigo.png)
![[dzone]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/dzone.png)
![[Facebook]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/facebook.png)
![[Fark]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/fark.png)
![[Faves]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/faves.png)
![[Furl]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/furl.png)
![[Google]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/google.png)
![[LinkedIn]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/linkedin.png)
![[Ma.gnolia]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/magnolia.png)
![[Mister Wong]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/misterwong.png)
![[MySpace]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/myspace.png)
![[Newsvine]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/newsvine.png)
![[oneview]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/oneview.png)
![[OnlyWire]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/onlywire.png)
![[Reddit]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/reddit.png)
![[Slashdot]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/slashdot.png)
![[Sphinn]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/sphinn.png)
![[Spurl]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/spurl.png)
![[Squidoo]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/squidoo.png)
![[StumbleUpon]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/stumbleupon.png)
![[Technorati]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/technorati.png)
![[Twitter]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/twitter.png)
![[Windows Live]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/windowslive.png)
![[Yahoo!]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/yahoo.png)
![[Email]](http://www.artviper.net/wp/wp-content/plugins/bookmarkify/email.png)