Changeset 251


Ignore:
Timestamp:
2007/02/14 19:47:40 (17 years ago)
Author:
kakinaka
Message:
 
File:
1 edited

Legend:

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

    r242 r251  
    5151     
    5252    // Á÷ÎÁ̵ÎÁ¤Þ¤Ç¤Î¶â³Û 
    53     if($arrInfo['free_rule'] > 0){ 
    5453        $deliv_free = $arrInfo['free_rule'] - $ProductsTotal; 
    5554        $arrCartList[0]['free_rule'] = $arrInfo['free_rule']; 
    5655        $arrCartList[0]['ProductsTotal'] = $ProductsTotal; 
    5756        $arrCartList[0]['TotalQuantity'] = $TotalQuantity; 
     57    if($arrInfo['free_rule'] > 0){ 
    5858        $arrCartList[0]['deliv_free'] = $deliv_free; 
    5959    } 
Note: See TracChangeset for help on using the changeset viewer.