keita
dope_the_music****@tree*****
2004年 8月 2日 (月) 18:31:24 JST
うーん、下記で書かれている http://lists.sourceforge.jp/mailman/archives/tep-j-general/2003-August/00291 0.html case 'PRODUCT_LIST_BUY_NOW': $lc_align = 'center'; if ($listing['products_quantity'] > 0){ $lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', TEXT_BUY . $listing['products_name'] . TEXT_NOW) . '</a> '; } else { $lc_text = tep_image_button('button_sold_out.gif', $listing['products_name'] . TEXT_SOLDOUT) . $listing['products_quantity'] . ' '; } break; をcategolg/include/module/product_listing.php内の case 'PRODUCT_LIST_BUY_NOW': $lc_align = 'center'; $lc_text = '<a href="' . tep_href_link(basename($PHP_SELF), tep_get_all_get_params(array('action')) . 'action=buy_now&products_id=' . $listing['products_id']) . '">' . tep_image_button('button_buy_now.gif', TEXT_BUY . $listing['products_name'] . TEXT_NOW) . '</a> '; break; と置き換えても商品全てが在庫無し表示になってしまいます… -------------- next part -------------- HTMLの添付ファイルを保管しました... Download