[Tep-j-general] Re: 在庫がなくなった場合の表示

Back to archive index

Junichiro Kubo qubo_jun****@hotma*****
2005年 9月 5日 (月) 13:31:27 JST


はまだ様ありがとうございました。
以前の資料もかなり見たつもりだったんですが見つけられませんでした・・・
でも確かにご指摘通り記述があったんですね。でも本当に助かりました。
一応、今回修正したところを記します。

/catalog/includes/modules/product_listing.php
-------------------------------------------------------
         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>&nbsp;';
            } else {
    $lc_text = 
tep_image_button('button_soldout.gif',$listing['products_name'] . 
TEXT_SOLDOUT) . '&nbsp;';
            }
            break;
------------------------------------------------------- 



Tep-j-general メーリングリストの案内
Back to archive index