Changeset 256


Ignore:
Timestamp:
2007/02/14 19:55:23 (16 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/html/frontparts/bloc/cart.php

    r254 r256  
    5151     
    5252    // Á÷ÎÁ̵ÎÁ¤Þ¤Ç¤Î¶â³Û 
    53         $arrCartList[0]['ProductsTotal'] = $ProductsTotal; 
    54         $arrCartList[0]['TotalQuantity'] = $TotalQuantity; 
    55     if($arrInfo['free_rule'] > 0){ 
    56         $deliv_free = $arrInfo['free_rule'] - $ProductsTotal; 
    57         $arrCartList[0]['free_rule'] = $arrInfo['free_rule']; 
    58         $arrCartList[0]['deliv_free'] = $deliv_free; 
    59     }else{ 
    60     } 
     53    $arrCartList[0]['ProductsTotal'] = $ProductsTotal; 
     54    $arrCartList[0]['TotalQuantity'] = $TotalQuantity; 
     55    $deliv_free = $arrInfo['free_rule'] - $ProductsTotal; 
     56    $arrCartList[0]['free_rule'] = $arrInfo['free_rule']; 
     57    $arrCartList[0]['deliv_free'] = $deliv_free; 
    6158     
    6259    $objSubPage->arrCartList = $arrCartList; 
Note: See TracChangeset for help on using the changeset viewer.