Ignore:
Timestamp:
2007/03/28 13:01:38 (17 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

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

    r11730 r11982  
    5151     
    5252    // Á÷ÎÁ̵ÎÁ¤Þ¤Ç¤Î¶â³Û 
    53     if($arrInfo['free_rule'] > 0){ 
    54         $deliv_free = $arrInfo['free_rule'] - $ProductsTotal; 
    55         $arrCartList[0]['free_rule'] = $arrInfo['free_rule']; 
    56         $arrCartList[0]['ProductsTotal'] = $ProductsTotal; 
    57         $arrCartList[0]['TotalQuantity'] = $TotalQuantity; 
    58         $arrCartList[0]['deliv_free'] = $deliv_free; 
    59     } 
     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; 
    6058     
    6159    $objSubPage->arrCartList = $arrCartList; 
Note: See TracChangeset for help on using the changeset viewer.