Ignore:
Timestamp:
2011/11/04 11:16:03 (12 years ago)
Author:
Seasoft
Message:

#1529 (モバイルサイト 1発目のカートインがスルーされる)

File:
1 edited

Legend:

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

    r21298 r21309  
    250250 
    251251                    $value1 = $this->objFormParam->getValue('classcategory_id1'); 
    252                     $value2 = $this->objFormParam->getValue('classcategory_id2'); 
    253  
    254                     if ($value1 == '') { 
     252                    $value2 = '#' . $this->objFormParam->getValue('classcategory_id2'); 
     253 
     254                    if (strlen($value1) === 0) { 
    255255                        $value1 = '__unselected'; 
    256                     } 
    257                     if ($value2 == '') { 
    258                         $value2 = '__unselected'; 
    259                     } else { 
    260                         $value2 = '#' . $value2; 
    261256                    } 
    262257 
Note: See TracChangeset for help on using the changeset viewer.