Ignore:
Timestamp:
2013/09/11 10:35:12 (11 years ago)
Author:
m_uehara
Message:

#2374 NO_IMAGE代替処理を追加

File:
1 edited

Legend:

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

    r23126 r23211  
    8383                $this->arrFavorite = $this->lfGetFavoriteProduct($customer_id, $this); 
    8484                SC_Product_Ex::setPriceTaxTo($this->arrFavorite); 
     85 
     86 
     87                // 一覧メイン画像の指定が無い商品のための処理 
     88                foreach ($this->arrFavorite as $key => $val) { 
     89                    $this->arrFavorite[$key]['main_list_image'] = SC_Utils_Ex::sfNoImageMainList($val['main_list_image']); 
     90                } 
    8591 
    8692                echo SC_Utils_Ex::jsonEncode($this->arrFavorite); 
Note: See TracChangeset for help on using the changeset viewer.