OsCommerce ヘッダーナビケーション変更

|

application_top.phpを変更

// add the products model to the breadcrumb trail
if (isset($HTTP_GET_VARS['products_id'])) {
// $model_query = tep_db_query("select products_model from " . TABLE_PRODUCTS . " where products_id = '" . (int)$HTTP_GET_VARS['products_id'] . "'");
$model_query = tep_db_query("select products_name from " . TABLE_PRODUCTS_DESCRIPTION . " where products_id = '" . $HTTP_GET_VARS['products_id'] . "' and language_id = '" . $languages_id . "'");
$model = tep_db_fetch_array($model_query);
// $breadcrumb->add($model['products_model'], tep_href_link(FILENAME_PRODUCT_INFO, 'cPath=' . $cPath . '&products_id=' . $HTTP_GET_VARS['products_id']));
$breadcrumb->add($model['products_name'], tep_href_link(FILENAME_PRODUCT_INFO, 'cPath=' . $cPath . '&products_id=' . $HTTP_GET_VARS['products_id']));

カテゴリ

このブログ記事について

このページは、adminが2007年7月16日 01:51に書いたブログ記事です。

ひとつ前のブログ記事は「redhat7.3 wu-ftpd PASV設定」です。

次のブログ記事は「OSCommerce Faster Page Loads Less DB queries」です。

最近のコンテンツはインデックスページで見られます。過去に書かれたものはアーカイブのページで見られます。