Ignore:
Timestamp:
2013/01/08 21:31:00 (11 years ago)
Author:
h_yoshimoto
Message:

#1730 税率変更対応の差し戻し

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/mobile/mail_templates/order_mail.tpl

    r22206 r22215  
    4545商品コード: <!--{$arrOrderDetail[cnt].product_code}--> 
    4646商品名: <!--{$arrOrderDetail[cnt].product_name}--> <!--{$arrOrderDetail[cnt].classcategory_name1}--> <!--{$arrOrderDetail[cnt].classcategory_name2}--> 
    47 単価:¥ <!--{$arrOrderDetail[cnt].price|sfCalcIncTax:$arrOrderDetail[cnt].tax_rate:$arrOrderDetail[cnt].tax_rule|number_format}--> 
     47単価:¥ <!--{$arrOrderDetail[cnt].price|sfCalcIncTax|number_format}--> 
    4848数量:<!--{$arrOrderDetail[cnt].quantity}--> 
    4949 
    5050<!--{/section}--> 
    5151 
    52 小 計 ¥ <!--{$arrOrder.subtotal|number_format|default:0}--> <!--{if 0 < $arrOrder.tax}-->(うち消費税 ¥<!--{$arrOrder.tax|number_format|default:0}-->)<!--{/if}--> 
    53  
     52小 計 ¥ <!--{$arrOrder.subtotal|number_format|default:0}--> (うち消費税 ¥<!--{$arrOrder.tax|number_format|default:0}-->) 
    5453値引き ¥ <!--{$arrOrder.use_point+$arrOrder.discount|number_format|default:0}--> 
    5554送 料 ¥ <!--{$arrOrder.deliv_fee|number_format|default:0}--> 
     
    7473商品コード: <!--{$item.product_code}--> 
    7574商品名: <!--{$item.product_name}--> <!--{$item.classcategory_name1}--> <!--{$item.classcategory_name2}--> 
    76 単価:¥ <!--{$item.price|sfCalcIncTax:$arrOrder.order_tax_rate:$arrOrder.order_tax_rule|number_format}--> 
     75単価:¥ <!--{$item.price|sfCalcIncTax|number_format}--> 
    7776数量:<!--{$item.quantity}--> 
    7877 
Note: See TracChangeset for help on using the changeset viewer.