larslampe Posted January 28, 2006 Report Share Posted January 28, 2006 im Forum gesucht und keine passende Antwort gefunden... Auf der Produktseite wird die die Navigation (sie befinden sich hier) folgend dargestellt: OHNE ARTIKELNUMMER: Startseite ? Kategorie ? Produkt MIT ARTIKELNUMMER: Startseite ? Kategorie ? Artikelnummer ich m?chte aber immer den Produktnamen anzeigen lassen?! Ich vermute in der application_top.php ist folgender Bereich zust?ndig: // add the products model/name to the breadcrumb trail if ($product->isProduct()) { $breadcrumb->add($product->getBreadcrumbModel(), xtc_href_link(FILENAME_PRODUCT_INFO, xtc_product_link($product->data['products_id'], $product->data['products_name']))); } was mu? ge?ndert werden? Besten Dank Lars Link to comment Share on other sites More sharing options...
kongking Posted February 18, 2006 Report Share Posted February 18, 2006 Ich h?tte die gleiche Frage. Der entsprechende Code in der application_top.php hat sich ja von der Version 3.03 auf die Version 3.04 ge?ndert. Wer hat einen Tipp? Link to comment Share on other sites More sharing options...
larslampe Posted February 20, 2006 Author Report Share Posted February 20, 2006 ist nicht inder application_top sondern: in der includes/classes/product.php function getBreadcrumbModel() { if ($this->data['products_model'] != "") return $this->data['products_model']; return $this->data['products_name']; ?ndern in: function getBreadcrumbModel() { // if ($this->data['products_model'] != "") // return $this->data['products_model']; return $this->data['products_name']; Lars Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.