Ticket #1268 (closed バグ指摘: 修正済)

Opened 12 years ago

Last modified 12 years ago

スマートフォン>「現在のカゴの中」で「今回加算ポイント」が表示できていない

Reported by: shutta Owned by: shutta
Priority: Milestone: EC-CUBE2.11.1
Component: フロント Version: 2.11.0
Keywords: Cc:
修正済み: yes

Description

コミュニティーより転載

2.11.0 スマートフォン 「今回加算ポイント」が表示されません。
 http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=7812&forum=8

iPhoneでテストしてみました。
すると「今回加算ポイント」が0ポイントのまま表示されません。

\data\Smarty\templates\sphone\cart\index.phpを書き換えたら表示されました。

<th colspan="3" class="resulttd">お誕生月ポイント</th>
<!--{$arrData[$key].birth_point|number_format}-->
<th colspan="3" class="resulttd">今回加算ポイント</th>
<!--{$arrData[$key].add_point|number_format}-->pt</td>

こんな書き換えでいいのでしょうか?

Change History

comment:1 Changed 12 years ago by shutta

  • Owner changed from somebody to shutta
  • Status changed from new to assigned

comment:2 Changed 12 years ago by shutta

  • Status changed from assigned to new

comment:3 Changed 12 years ago by shutta

  • Status changed from new to assigned

comment:4 Changed 12 years ago by shutta

  • 修正済み set

r20858 にて修正。

comment:5 Changed 12 years ago by kajiwara

  • Status changed from assigned to closed
  • Resolution set to 修正済

venusさん、shuttaさん

本件、ご報告及び修正作業いただき、ありがとうございました。

修正されていることを確認いたしました。

Note: See TracTickets for help on using tickets.