Ignore:
Timestamp:
2010/02/12 18:13:28 (14 years ago)
Author:
kajiwara
Message:

Ver2.4.3にアップデート

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/class/pages/products/LC_Page_Products_Detail.php

    r18432 r18561  
    222222        $this->arrProductCode = $arrProductCode["product_code"]; 
    223223 
    224         // 購入制限数を取得 
    225         if($this->arrProduct['sale_unlimited'] == 1 || $this->arrProduct['sale_limit'] > SALE_LIMIT_MAX) { 
    226           $this->tpl_sale_limit = SALE_LIMIT_MAX; 
    227         } else { 
    228           $this->tpl_sale_limit = $this->arrProduct['sale_limit']; 
    229         } 
    230224        // サブタイトルを取得 
    231225        $arrCategory_id = $objDb->sfGetCategoryId($arrRet[0]['product_id'],'',$status); 
     
    445439        $arrProductCode = SC_Utils_Ex::sfswaparray($arrProductCode); 
    446440        $this->arrProductCode = $arrProductCode["product_code"]; 
    447  
    448         // 購入制限数を取得 
    449         if($this->arrProduct['sale_unlimited'] == 1 || $this->arrProduct['sale_limit'] > SALE_LIMIT_MAX) { 
    450             $this->tpl_sale_limit = SALE_LIMIT_MAX; 
    451         } else { 
    452             $this->tpl_sale_limit = $this->arrProduct['sale_limit']; 
    453         } 
    454441 
    455442        // サブタイトルを取得 
Note: See TracChangeset for help on using the changeset viewer.