Changeset 256
- Timestamp:
- 2007/02/14 19:55:23 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/html/frontparts/bloc/cart.php
r254 r256 51 51 52 52 // Á÷ÎÁ̵ÎÁ¤Þ¤Ç¤Î¶â³Û 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; 61 58 62 59 $objSubPage->arrCartList = $arrCartList;
Note: See TracChangeset
for help on using the changeset viewer.