Ticket #2310 (closed バグ指摘: 修正済)
注文メール中にて半角全角の括弧が混在している
| Reported by: | shutta | Owned by: | shutta |
|---|---|---|---|
| Priority: | 低 | Milestone: | EC-CUBE2.13.0 |
| Component: | その他 | Version: | 2.12.5 |
| Keywords: | Cc: | ||
| 修正済み: | yes |
Description
コミュニティにて、下記のご報告を頂いた。
メールの消費税表記に半角全角のカッコが混在しています。
http://xoops.ec-cube.net/modules/newbb/viewtopic.php?topic_id=12734&forum=9[[BR]]
data/smarty/templates/default/mail_templates/order_mail.tpl
小 計 ¥ <!--{$arrOrder.subtotal|number_format|default:0}--> (うち消費税 ¥<!--{$arrOrder.tax|number_format|default:0}-->)
data/smarty/templates/mobile/mail_templates/order_mail.tpl
小 計 ¥ <!--{$arrOrder.subtotal|number_format|default:0}--> (うち消費税 ¥<!--{$arrOrder.tax|number_format|default:0}-->)
「うち消費税」の前の開きカッコは、半角文字
行末の閉じカッコは、全角文字
になっています。
Change History
Note: See
TracTickets for help on using
tickets.
