Ignore:
Timestamp:
2012/04/04 04:43:31 (12 years ago)
Author:
Seasoft
Message:

#852 (税計算の改善)
#1731 (商品RSS 税金の二重加算)
#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/pages/mypage/LC_Page_Mypage_Favorite.php

    r21693 r21708  
    160160        $arrProducts2 = array(); 
    161161        foreach ($arrProducts as $item) { 
    162             $arrProducts2[ $item['product_id'] ] = $item; 
     162            $arrProducts2[$item['product_id']] = $item; 
    163163        } 
    164164        $arrProductsList = array(); 
     
    166166            $arrProductsList[] = $arrProducts2[$product_id]; 
    167167        } 
     168 
     169        // 税込金額を設定する 
     170        SC_Product_Ex::setIncTaxToProducts($arrProductsList); 
    168171 
    169172        return $arrProductsList; 
Note: See TracChangeset for help on using the changeset viewer.