hamada
bungu****@leo*****
2006年 9月 12日 (火) 09:29:57 JST
こんにちわ。 On Mon, 11 Sep 2006 12:50:07 +0900 "ezonavi=ma3ka2" <ma3ka****@octv*****> wrote: > 商品詳細ページでメーカー名、メーカー画像を表示したいのですが > どのようソースを追加すれば可能でしょうか? # manufacturers_imageは過去ログに見つからないようなので。 /catalog/product_info.php > $product_info_query = のfromの前に > , m.manufacturers_name, m.manufacturers_image whereの前に > , " . TABLE_MANUFACTURERS . " m and pd.language_idの前に > and p.manufacturers_id = m.manufacturers_id を、それぞれ追記。 で、表示したい場所に > $product_info['manufacturers_name'] > tep_image(DIR_WS_IMAGES . $product_info['manufacturers_image'], $product_info['manufacturers_name']) とか追記、かな? はまだ