Ignore:
Timestamp:
2011/04/16 10:52:17 (13 years ago)
Author:
Seasoft
Message:

#1267 (「数量」の揺らぎ)
#627 (ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r20764 r20849  
    193193                    $this->arrErr = $this->lfCheckError($this->mode,$this->objFormParam,$this->tpl_classcat_find1,$this->tpl_classcat_find2); 
    194194 
    195                     // 規格1が設定されてい場合 
     195                    // 規格1が設定されていて、エラーを検出した場合 
    196196                    if($this->tpl_classcat_find1 and $this->arrErr['classcategory_id1']) { 
    197197                        // templateの変更 
     
    211211                    $this->arrErr = $this->lfCheckError($this->mode,$this->objFormParam,$this->tpl_classcat_find1,$this->tpl_classcat_find2); 
    212212 
    213                     // 規格1が設定されている場合 
     213                    // 規格2が設定されていて、エラーを検出した場合 
    214214                    if($this->tpl_classcat_find2 and $this->arrErr['classcategory_id2']) { 
    215215                        // templateの変更 
     
    220220                    $this->tpl_product_class_id = $objProduct->classCategories[$product_id][$this->objFormParam->getValue('classcategory_id1')]['#' . $this->objFormParam->getValue('classcategory_id2')]['product_class_id']; 
    221221 
    222                     // 商品数の選択を行う 
     222                    // 数量の入力を行う 
    223223                    $this->tpl_mainpage = "products/select_item.tpl"; 
    224224                    break; 
Note: See TracChangeset for help on using the changeset viewer.