Ignore:
Timestamp:
2011/04/18 18:36:15 (13 years ago)
Author:
shutta
Message:

refs #1268 (スマートフォン>「現在のカゴの中」で「今回加算ポイント」が表示できていない)
ハッシュ配列のキーの指定漏れを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/data/Smarty/templates/sphone/cart/index.tpl

    r20815 r20858  
    150150                 </tr> 
    151151                 <!--{if $smarty.const.USE_POINT !== false}--> 
    152                      <!--{if $arrData.birth_point > 0}--> 
     152                     <!--{if $arrData[$key].birth_point > 0}--> 
    153153                         <tr> 
    154154                             <th colspan="3" class="resulttd">お誕生月ポイント</th> 
    155                              <td colspan="2" class="alignR"><!--{$arrData.birth_point|number_format}-->pt</td> 
     155                             <td colspan="2" class="alignR"><!--{$arrData[$key].birth_point|number_format}-->pt</td> 
    156156                         </tr> 
    157157                     <!--{/if}--> 
    158158                     <tr> 
    159159                         <th colspan="3" class="resulttd">今回加算ポイント</th> 
    160                          <td colspan="2" class="alignR"><!--{$arrData.add_point|number_format}-->pt</td> 
     160                         <td colspan="2" class="alignR"><!--{$arrData[$key].add_point|number_format}-->pt</td> 
    161161                    </tr> 
    162162                <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.