Jump to content
xt:Commerce Community Forum

Anzeige Produkt im Navtrail weg


webwalkers

Recommended Posts

Hallo, bei meiner Version 3.03 werden irgendwie nicht die Produktnamen im Navtrail angezeigt.

Hier mein entsprechnder Code

if (isset($_GET['products_id'])) {

$model_query = xtc_db_query("select products_model from " . TABLE_PRODUCTS . " where products_id = '" . (int)$_GET['products_id'] . "'");

$model = xtc_db_fetch_array($model_query);

if ($cPath == ''){

$breadcrumb->add($model['products_name'], xtc_href_link(FILENAME_PRODUCT_INFO, 'products_id=' . (int)$_GET['products_id']));

}else{

$breadcrumb->add($model['products_name'], xtc_href_link(FILENAME_PRODUCT_INFO, 'cPath=' . $cPath . '&products_id=' . (int)$_GET['products_id']));

}

}

Gru?

Andi

Link to comment
Share on other sites

Archived

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

×
  • Create New...